diff options
Diffstat (limited to 'usr.bin/vi/common/seq.c')
-rw-r--r-- | usr.bin/vi/common/seq.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/vi/common/seq.c b/usr.bin/vi/common/seq.c index 268c46c5b3d..b16c7bf2f1c 100644 --- a/usr.bin/vi/common/seq.c +++ b/usr.bin/vi/common/seq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: seq.c,v 1.7 2005/10/17 19:12:16 otto Exp $ */ +/* $OpenBSD: seq.c,v 1.8 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[] = "@(#)seq.c 10.10 (Berkeley) 3/30/96"; -#endif /* not lint */ - #include <sys/param.h> #include <sys/queue.h> |