diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-28 19:15:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-28 19:15:35 +0000 |
commit | 68ed9b1964d6347d1059cd69a7f5dee36e1451b9 (patch) | |
tree | b4edae755d7875c5bd6ac78bc85e84a443ad7da7 /usr.bin/patch/common.h | |
parent | 8cbceee28755586acde5bcbd73e719d87b265df4 (diff) |
minor knf and cleanups; otto ok
Diffstat (limited to 'usr.bin/patch/common.h')
-rw-r--r-- | usr.bin/patch/common.h | 4 |
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 */ |