diff options
Diffstat (limited to 'usr.bin/patch/pch.c')
-rw-r--r-- | usr.bin/patch/pch.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/patch/pch.c b/usr.bin/patch/pch.c index 98b93c6cfba..3d6caf2ef30 100644 --- a/usr.bin/patch/pch.c +++ b/usr.bin/patch/pch.c @@ -1,5 +1,7 @@ +/* $OpenBSD: pch.c,v 1.2 1996/06/10 11:21:33 niklas Exp $ */ + #ifndef lint -static char rcsid[] = "$Id: pch.c,v 1.1 1995/10/18 08:45:56 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: pch.c,v 1.2 1996/06/10 11:21:33 niklas Exp $"; #endif /* not lint */ #include "EXTERN.h" |