diff options
Diffstat (limited to 'usr.bin/vi/ex/ex_append.c')
-rw-r--r-- | usr.bin/vi/ex/ex_append.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/vi/ex/ex_append.c b/usr.bin/vi/ex/ex_append.c index 1016d319c5d..686ed84b370 100644 --- a/usr.bin/vi/ex/ex_append.c +++ b/usr.bin/vi/ex/ex_append.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ex_append.c,v 1.7 2005/10/17 19:12:16 otto Exp $ */ +/* $OpenBSD: ex_append.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[] = "@(#)ex_append.c 10.30 (Berkeley) 10/23/96"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/queue.h> |