Module Name: src
Committed By: christos
Date: Mon Oct 19 01:24:19 UTC 2009
Modified Files:
src/external/gpl2/xcvs/lib/libcvs: Makefile
Log Message:
we have getdelim and getline.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl2/xcvs/lib/libcvs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/xcvs/lib/libcvs/Makefile
diff -u src/external/gpl2/xcvs/lib/libcvs/Makefile:1.6 src/external/gpl2/xcvs/lib/libcvs/Makefile:1.7
--- src/external/gpl2/xcvs/lib/libcvs/Makefile:1.6 Sun May 3 13:13:07 2009
+++ src/external/gpl2/xcvs/lib/libcvs/Makefile Sun Oct 18 21:24:19 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/05/03 17:13:07 christos Exp $
+# $NetBSD: Makefile,v 1.7 2009/10/19 01:24:19 christos Exp $
LIBISPRIVATE= yes
@@ -12,7 +12,7 @@
SRCS= __fpending.c asnprintf.c basename.c canon-host.c canonicalize.c \
chdir-long.c closeout.c cycle-check.c dirname.c dup-safer.c exitfail.c \
- fd-safer.c getdate.c getdelim.c getline.c gettime.c md5.c \
+ fd-safer.c getdate.c gettime.c md5.c \
openat.c pagealign_alloc.c printf-args.c printf-parse.c \
quotearg.c regex.c rpmatch.c save-cwd.c sighandle.c strftime.c \
stripslash.c vasnprintf.c xalloc-die.c xgetcwd.c xgethostname.c \