diff options
Diffstat (limited to 'usr.bin/vi/common/recover.c')
-rw-r--r-- | usr.bin/vi/common/recover.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/vi/common/recover.c b/usr.bin/vi/common/recover.c index 46373aea904..8adb35d384a 100644 --- a/usr.bin/vi/common/recover.c +++ b/usr.bin/vi/common/recover.c @@ -1,4 +1,4 @@ -/* $OpenBSD: recover.c,v 1.14 2008/09/25 11:37:03 sobrado Exp $ */ +/* $OpenBSD: recover.c,v 1.15 2009/10/27 23:59:47 deraadt Exp $ */ /*- * Copyright (c) 1993, 1994 @@ -11,10 +11,6 @@ #include "config.h" -#ifndef lint -static const char sccsid[] = "@(#)recover.c 10.21 (Berkeley) 9/15/96"; -#endif /* not lint */ - #include <sys/param.h> #include <sys/types.h> /* XXX: param.h may not have included types.h */ #include <sys/queue.h> |