summaryrefslogtreecommitdiff
path: root/usr.bin/vi/ex/ex_quit.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vi/ex/ex_quit.c')
-rw-r--r--usr.bin/vi/ex/ex_quit.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/vi/ex/ex_quit.c b/usr.bin/vi/ex/ex_quit.c
index 5a2006a74d9..3d62d5574b4 100644
--- a/usr.bin/vi/ex/ex_quit.c
+++ b/usr.bin/vi/ex/ex_quit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ex_quit.c,v 1.3 2002/02/16 21:27:57 millert Exp $ */
+/* $OpenBSD: ex_quit.c,v 1.4 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_quit.c 10.7 (Berkeley) 4/27/96";
-#endif /* not lint */
-
#include <sys/types.h>
#include <sys/queue.h>