diff options
Diffstat (limited to 'usr.bin/patch/pch.c')
-rw-r--r-- | usr.bin/patch/pch.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/patch/pch.c b/usr.bin/patch/pch.c index c2d1eeab021..a689e2e71a2 100644 --- a/usr.bin/patch/pch.c +++ b/usr.bin/patch/pch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pch.c,v 1.37 2007/09/02 15:19:33 deraadt Exp $ */ +/* $OpenBSD: pch.c,v 1.38 2009/10/27 23:59:41 deraadt Exp $ */ /* * patch - a program to apply diffs to original files @@ -26,10 +26,6 @@ * behaviour */ -#ifndef lint -static const char rcsid[] = "$OpenBSD: pch.c,v 1.37 2007/09/02 15:19:33 deraadt Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/stat.h> |