Module Name:    src
Committed By:   christos
Date:           Sun Apr 12 22:30:48 UTC 2009

Modified Files:
        src/external/gpl2/xcvs/lib/libcvs: Makefile

Log Message:
we don't need memrchr anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/external/gpl2/xcvs/lib/libcvs/Makefile:1.5
--- src/external/gpl2/xcvs/lib/libcvs/Makefile:1.4	Fri Apr 10 07:20:30 2009
+++ src/external/gpl2/xcvs/lib/libcvs/Makefile	Sun Apr 12 18:30:48 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2009/04/10 11:20:30 christos Exp $
+#	$NetBSD: Makefile,v 1.5 2009/04/12 22:30:48 christos Exp $
 
 LIBISPRIVATE=	yes
 
@@ -13,7 +13,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 \
-	memrchr.c openat.c pagealign_alloc.c printf-args.c printf-parse.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 \
 	xmalloc.c xreadlink.c yesno.c

Reply via email to