diff options
Diffstat (limited to 'usr.bin/patch/util.c')
-rw-r--r-- | usr.bin/patch/util.c | 4 |
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" |