Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gettext/libnlsut we have getdelim and getline, n...



details:   https://anonhg.NetBSD.org/src/rev/f90931dd8a80
branches:  trunk
changeset: 748274:f90931dd8a80
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 18 23:47:43 2009 +0000

description:
we have getdelim and getline, no need for a separate copy here.

diffstat:

 gnu/usr.bin/gettext/libnlsut/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 569a9f71b9bd -r f90931dd8a80 gnu/usr.bin/gettext/libnlsut/Makefile
--- a/gnu/usr.bin/gettext/libnlsut/Makefile     Sun Oct 18 23:20:31 2009 +0000
+++ b/gnu/usr.bin/gettext/libnlsut/Makefile     Sun Oct 18 23:47:43 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2008/05/03 14:48:30 lukem Exp $
+#      $NetBSD: Makefile,v 1.8 2009/10/18 23:47:43 christos Exp $
 
 LIBISPRIVATE=  yes
 
@@ -30,7 +30,6 @@
 fwriteerror.c \
 full-write.c \
 gcd.c \
-getline.c \
 getndelim2.c \
 hash.c \
 javacomp.c \



Home | Main Index | Thread Index | Old Index