summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/common.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-07-28 19:15:34 +0000
committerderaadt <deraadt@openbsd.org>2003-07-28 19:15:34 +0000
commit04e367a696f076f52b51f63ff89d03bf74c24ca4 (patch)
tree44e52419ff620346bfa36748718df8fd875896e1 /usr.bin/patch/common.h
parentDon't treat consecutive slashes as path components; matches POSIX (diff)
downloadwireguard-openbsd-04e367a696f076f52b51f63ff89d03bf74c24ca4.tar.xz
wireguard-openbsd-04e367a696f076f52b51f63ff89d03bf74c24ca4.zip
minor knf and cleanups; otto ok
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 */