diff options
Diffstat (limited to 'usr.bin/vi/ex/ex_perl.c')
-rw-r--r-- | usr.bin/vi/ex/ex_perl.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/vi/ex/ex_perl.c b/usr.bin/vi/ex/ex_perl.c index b47341abb50..53571a6f732 100644 --- a/usr.bin/vi/ex/ex_perl.c +++ b/usr.bin/vi/ex/ex_perl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ex_perl.c,v 1.5 2002/02/16 21:27:57 millert Exp $ */ +/* $OpenBSD: ex_perl.c,v 1.6 2009/10/27 23:59:47 deraadt Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -15,10 +15,6 @@ #include "config.h" -#ifndef lint -static const char sccsid[] = "@(#)ex_perl.c 8.10 (Berkeley) 9/15/96"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/queue.h> #include <sys/time.h> |