summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/patch/common.h')
-rw-r--r--usr.bin/patch/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h
index e1d6b048c79..00863b57b6e 100644
--- a/usr.bin/patch/common.h
+++ b/usr.bin/patch/common.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: common.h,v 1.19 2003/07/28 18:35:36 otto Exp $ */
+/* $OpenBSD: common.h,v 1.20 2003/07/28 19:15:34 deraadt Exp $ */
#define DEBUGGING
@@ -37,7 +37,7 @@ typedef long LINENUM; /* must be signed */
/* globals */
-extern int filemode;
+extern int filemode;
extern char buf[MAXLINELEN];/* general purpose buffer */