summaryrefslogtreecommitdiff
path: root/usr.bin/patch
diff options
context:
space:
mode:
authorcube <cube@NetBSD.org>2004-08-14 12:53:35 +0000
committercube <cube@NetBSD.org>2004-08-14 12:53:35 +0000
commit224d89c7db11740719e2a482bf69c64bf47265d0 (patch)
treeb74489ffd0922506af925e2acbe77b32a2f94cb5 /usr.bin/patch
parent5bf3687024c9805f45130be5f2891a80a774da42 (diff)
Remove debug printf (hi mycroft!).
Diffstat (limited to 'usr.bin/patch')
-rw-r--r--usr.bin/patch/patch.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c
index ea75d1d29a5..f52c8697d23 100644
--- a/usr.bin/patch/patch.c
+++ b/usr.bin/patch/patch.c
@@ -1,4 +1,4 @@
-/* $NetBSD: patch.c,v 1.20 2004/08/06 14:54:26 mycroft Exp $ */
+/* $NetBSD: patch.c,v 1.21 2004/08/14 12:53:35 cube Exp $ */
/* patch - a program to apply diffs to original files
*
@@ -25,7 +25,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: patch.c,v 1.20 2004/08/06 14:54:26 mycroft Exp $");
+__RCSID("$NetBSD: patch.c,v 1.21 2004/08/14 12:53:35 cube Exp $");
#endif /* not lint */
#include "INTERN.h"
@@ -467,7 +467,6 @@ exclusive\n");
opt = *++s;
do {
- printf("PARSING OPTION %c\n", opt);
switch (opt) {
case 'b':
simple_backup_suffix = xstrdup(nextarg());