diff options
Diffstat (limited to 'usr.bin/vi/common/api.c')
-rw-r--r-- | usr.bin/vi/common/api.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/vi/common/api.c b/usr.bin/vi/common/api.c index 23ed2ec0ac7..0e6799a6b51 100644 --- a/usr.bin/vi/common/api.c +++ b/usr.bin/vi/common/api.c @@ -1,4 +1,4 @@ -/* $OpenBSD: api.c,v 1.13 2007/05/14 12:32:29 pyr Exp $ */ +/* $OpenBSD: api.c,v 1.14 2009/10/27 23:59:47 deraadt Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -13,10 +13,6 @@ #include "config.h" -#ifndef lint -static const char sccsid[] = "@(#)api.c 8.26 (Berkeley) 10/14/96"; -#endif /* not lint */ - #include <sys/types.h> #include <sys/queue.h> #include <sys/time.h> |