svn commit: r241354 - projects/mtree/usr.sbin/makefs/compat

Brooks Davis brooks at FreeBSD.org
Mon Oct 8 17:25:12 UTC 2012


Author: brooks
Date: Mon Oct  8 17:25:12 2012
New Revision: 241354
URL: http://svn.freebsd.org/changeset/base/241354

Log:
  We've imported NetBSD's pwcache so we don't been a compat copy.

Deleted:
  projects/mtree/usr.sbin/makefs/compat/pwcache.c
  projects/mtree/usr.sbin/makefs/compat/pwcache.h
Modified:
  projects/mtree/usr.sbin/makefs/compat/Makefile.inc

Modified: projects/mtree/usr.sbin/makefs/compat/Makefile.inc
==============================================================================
--- projects/mtree/usr.sbin/makefs/compat/Makefile.inc	Mon Oct  8 16:57:05 2012	(r241353)
+++ projects/mtree/usr.sbin/makefs/compat/Makefile.inc	Mon Oct  8 17:25:12 2012	(r241354)
@@ -5,4 +5,4 @@
 
 CFLAGS+=	-I${.CURDIR}/compat
 
-SRCS+=	pwcache.c strsuftoll.c
+SRCS+=	strsuftoll.c


More information about the svn-src-projects mailing list