diff options
author | 2003-10-31 20:20:45 +0000 | |
---|---|---|
committer | 2003-10-31 20:20:45 +0000 | |
commit | 53900eeeee8fbeb3d1e027325a2bccbabe900ee4 (patch) | |
tree | e268e0bb440ddebfe2729043139f72b0d76983b6 /usr.bin/patch/common.h | |
parent | Set fix, initial version was out of date. (diff) | |
download | wireguard-openbsd-53900eeeee8fbeb3d1e027325a2bccbabe900ee4.tar.xz wireguard-openbsd-53900eeeee8fbeb3d1e027325a2bccbabe900ee4.zip |
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; |