diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-10 11:21:37 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-06-10 11:21:37 +0000 |
commit | 916d49f11456ff6dab90d7564c9d8184cb94df86 (patch) | |
tree | 530652422f53f9e78f6c068f517ff853f3149e6f /usr.bin/patch/version.c | |
parent | a7e831079363e3bb45f3172f6e59ba48e335682b (diff) |
Support the long options that FSF's patch version has. $OpenBSD$ added
Diffstat (limited to 'usr.bin/patch/version.c')
-rw-r--r-- | usr.bin/patch/version.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/patch/version.c b/usr.bin/patch/version.c index 0687bc0f5a8..52da0ecf865 100644 --- a/usr.bin/patch/version.c +++ b/usr.bin/patch/version.c @@ -1,5 +1,7 @@ +/* $OpenBSD: version.c,v 1.2 1996/06/10 11:21:35 niklas Exp $ */ + #ifndef lint -static char rcsid[] = "$Id: version.c,v 1.1 1995/10/18 08:45:56 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: version.c,v 1.2 1996/06/10 11:21:35 niklas Exp $"; #endif /* not lint */ #include "EXTERN.h" |