summaryrefslogtreecommitdiff
path: root/shells/pdksh/files/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'shells/pdksh/files/edit.c')
-rw-r--r--shells/pdksh/files/edit.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/shells/pdksh/files/edit.c b/shells/pdksh/files/edit.c
index 4dcad724b27..d3285080996 100644
--- a/shells/pdksh/files/edit.c
+++ b/shells/pdksh/files/edit.c
@@ -1,15 +1,9 @@
-/* $NetBSD: edit.c,v 1.2 2008/05/31 16:47:36 tnn Exp $ */
+/* $NetBSD: edit.c,v 1.3 2008/06/15 14:20:08 tnn Exp $ */
/*
* Command line editing - common code
*
*/
-#include <sys/cdefs.h>
-
-#ifndef lint
-__RCSID("$NetBSD: edit.c,v 1.2 2008/05/31 16:47:36 tnn Exp $");
-#endif
-
#include "config.h"
#ifdef EDIT