summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/util.c
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1996-06-10 11:21:23 +0000
committerniklas <niklas@openbsd.org>1996-06-10 11:21:23 +0000
commitd438cbb6134b5fec9573e41bfee137c7fc9ca958 (patch)
tree246aaca06b5465805338a2c8230da2923154f8dd /usr.bin/patch/util.c
parentBring Cygnus versions into the trunk, keeping our local patches (diff)
downloadwireguard-openbsd-d438cbb6134b5fec9573e41bfee137c7fc9ca958.tar.xz
wireguard-openbsd-d438cbb6134b5fec9573e41bfee137c7fc9ca958.zip
Support the long options that FSF's patch version has. $OpenBSD$ added
Diffstat (limited to 'usr.bin/patch/util.c')
-rw-r--r--usr.bin/patch/util.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/patch/util.c b/usr.bin/patch/util.c
index ba51a58d874..b67a0b8a5bd 100644
--- a/usr.bin/patch/util.c
+++ b/usr.bin/patch/util.c
@@ -1,5 +1,7 @@
+/* $OpenBSD: util.c,v 1.2 1996/06/10 11:21:34 niklas Exp $ */
+
#ifndef lint
-static char rcsid[] = "$Id: util.c,v 1.1.1.1 1995/10/18 08:45:56 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: util.c,v 1.2 1996/06/10 11:21:34 niklas Exp $";
#endif /* not lint */
#include "EXTERN.h"