diff options
Diffstat (limited to 'usr.bin/vi/common/key.c')
-rw-r--r-- | usr.bin/vi/common/key.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/vi/common/key.c b/usr.bin/vi/common/key.c index 11384a2b5e3..5a93f7fa856 100644 --- a/usr.bin/vi/common/key.c +++ b/usr.bin/vi/common/key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: key.c,v 1.9 2006/01/08 21:08:27 miod Exp $ */ +/* $OpenBSD: key.c,v 1.10 2009/10/27 23:59:47 deraadt Exp $ */ /*- * Copyright (c) 1991, 1993, 1994 @@ -11,10 +11,6 @@ #include "config.h" -#ifndef lint -static const char sccsid[] = "@(#)key.c 10.33 (Berkeley) 9/24/96"; -#endif /* not lint */ - #include <sys/param.h> #include <sys/queue.h> #include <sys/time.h> |