diff options
Diffstat (limited to 'usr.bin/vi/ex/ex_global.c')
-rw-r--r-- | usr.bin/vi/ex/ex_global.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/vi/ex/ex_global.c b/usr.bin/vi/ex/ex_global.c index 0fb2c6fe617..842012112e6 100644 --- a/usr.bin/vi/ex/ex_global.c +++ b/usr.bin/vi/ex/ex_global.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ex_global.c,v 1.10 2007/05/14 12:32:29 pyr Exp $ */ +/* $OpenBSD: ex_global.c,v 1.11 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[] = "@(#)ex_global.c 10.22 (Berkeley) 10/10/96"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/queue.h> |