Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.bin/patch Pull up revision 1.6 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/3ca920124107
branches:  netbsd-1-4
changeset: 471083:3ca920124107
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 16:32:17 2000 +0000

description:
Pull up revision 1.6 (requested by he):
  Format string cleanup.

diffstat:

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

diffs (12 lines):

diff -r 2d6ae7d32764 -r 3ca920124107 usr.bin/patch/Makefile
--- a/usr.bin/patch/Makefile    Thu Oct 19 16:32:14 2000 +0000
+++ b/usr.bin/patch/Makefile    Thu Oct 19 16:32:17 2000 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile,v 1.5 1998/02/22 13:33:48 christos Exp $
+#      $NetBSD: Makefile,v 1.5.2.1 2000/10/19 16:32:17 he Exp $
 
 PROG=  patch
 SRCS=  patch.c pch.c inp.c version.c util.c backupfile.c
+CFLAGS+=       -DCANVARARG
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index