Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 15:07:14 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284225 - head/lib/libutil
Message-ID:  <201506101507.t5AF7E5u071556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506101507.t5AF7E5u071556>