diff options
Diffstat (limited to 'usr.bin/patch/inp.c')
-rw-r--r-- | usr.bin/patch/inp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/patch/inp.c b/usr.bin/patch/inp.c index eaf5f527a20..6657d198390 100644 --- a/usr.bin/patch/inp.c +++ b/usr.bin/patch/inp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inp.c,v 1.34 2006/03/11 19:41:30 otto Exp $ */ +/* $OpenBSD: inp.c,v 1.35 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: inp.c,v 1.34 2006/03/11 19:41:30 otto Exp $"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/file.h> #include <sys/stat.h> |