diff options
Diffstat (limited to 'usr.bin/vi/common/options_f.c')
-rw-r--r-- | usr.bin/vi/common/options_f.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/vi/common/options_f.c b/usr.bin/vi/common/options_f.c index c290fb3e3ed..2adfefa574f 100644 --- a/usr.bin/vi/common/options_f.c +++ b/usr.bin/vi/common/options_f.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options_f.c,v 1.6 2002/02/16 21:27:57 millert Exp $ */ +/* $OpenBSD: options_f.c,v 1.7 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[] = "@(#)options_f.c 10.25 (Berkeley) 7/12/96"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/queue.h> #include <sys/stat.h> |