summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/kcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/bsd/kcmd.c')
-rw-r--r--src/appl/bsd/kcmd.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/appl/bsd/kcmd.c b/src/appl/bsd/kcmd.c
index b7db46fbab..decfee1488 100644
--- a/src/appl/bsd/kcmd.c
+++ b/src/appl/bsd/kcmd.c
@@ -1,14 +1,7 @@
/*
- * $Source$
- * $Id$
+ * appl/bsd/kcmd.c
*/
-#ifndef lint
-static char *rcsid_kcmd_c =
- "$Id$";
-#endif /* lint */
-#define LIBC_SCCS
-
/*
* Copyright (c) 1983 Regents of the University of California.
* All rights reserved.
@@ -26,9 +19,7 @@ static char *rcsid_kcmd_c =
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "derived from @(#)rcmd.c 5.17 (Berkeley) 6/27/88";
-#endif /* LIBC_SCCS and not lint */
+/* derived from @(#)rcmd.c 5.17 (Berkeley) 6/27/88 */
#include <stdio.h>
#include <ctype.h>