diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-10-31 20:20:46 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-10-31 20:20:46 +0000 |
commit | d9a96b2321d13ba3cae279a85bdfb1d0ad7690fe (patch) | |
tree | 70ffd476551e5c88bb8506940fe6ae9b551e4f8f /usr.bin/patch/common.h | |
parent | 927e2e8868b02d49448255f5a876e1dff8acb5b8 (diff) |
o fairly major man page reorganization
o add --posix option for strict POSIX conformance
o change filename determination to match GNU patch
Tested by various people, including a full ports build by naddy@
Diffstat (limited to 'usr.bin/patch/common.h')
-rw-r--r-- | usr.bin/patch/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h index 7c5fa439a12..4101a575747 100644 --- a/usr.bin/patch/common.h +++ b/usr.bin/patch/common.h @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.24 2003/08/15 08:00:51 otto Exp $ */ +/* $OpenBSD: common.h,v 1.25 2003/10/31 20:20:45 millert Exp $ */ /* * patch - a program to apply diffs to original files @@ -110,4 +110,5 @@ extern int diff_type; extern char *revision; /* prerequisite revision, if any */ extern LINENUM input_lines; /* how long is input file in lines */ +extern int posix; |