svn commit: r284225 - head/lib/libutil

Brooks Davis brooks at FreeBSD.org
Wed Jun 10 15:07:14 UTC 2015


Author: brooks
Date: Wed Jun 10 15:07:13 2015
New Revision: 284225
URL: https://svnweb.freebsd.org/changeset/base/284225

Log:
  List kinfo_getfile.c only once.
  
  MFC after:	3 days
  Sponsored by:	DARPA, AFRL

Modified:
  head/lib/libutil/Makefile

Modified: head/lib/libutil/Makefile
==============================================================================
--- head/lib/libutil/Makefile	Wed Jun 10 14:08:36 2015	(r284224)
+++ head/lib/libutil/Makefile	Wed Jun 10 15:07:13 2015	(r284225)
@@ -9,7 +9,7 @@ LIB=	util
 SHLIB_MAJOR= 9
 
 SRCS=	_secure_path.c auth.c expand_number.c flopen.c fparseln.c gr_util.c \
-	hexdump.c humanize_number.c kinfo_getfile.c kinfo_getfile.c \
+	hexdump.c humanize_number.c kinfo_getfile.c \
 	kinfo_getallproc.c kinfo_getproc.c kinfo_getvmmap.c \
 	kinfo_getvmobject.c kld.c \
 	login_auth.c login_cap.c \


More information about the svn-src-head mailing list