diff options
Diffstat (limited to 'usr.bin/vi/common/log.c')
-rw-r--r-- | usr.bin/vi/common/log.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/vi/common/log.c b/usr.bin/vi/common/log.c index 8a9be397fe6..830d7d87a29 100644 --- a/usr.bin/vi/common/log.c +++ b/usr.bin/vi/common/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.4 2002/02/16 21:27:57 millert Exp $ */ +/* $OpenBSD: log.c,v 1.5 2009/10/27 23:59:47 deraadt Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -11,10 +11,6 @@ #include "config.h" -#ifndef lint -static const char sccsid[] = "@(#)log.c 10.8 (Berkeley) 3/6/96"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/queue.h> #include <sys/stat.h> |