aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sed/misc.c')
-rw-r--r--usr.bin/sed/misc.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c
index 807821334cee..41e923e82e22 100644
--- a/usr.bin/sed/misc.c
+++ b/usr.bin/sed/misc.c
@@ -1,7 +1,7 @@
/*-
* Copyright (c) 1992 Diomidis Spinellis.
- * Copyright (c) 1992 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1992, 1993
+ * The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Diomidis Spinellis of Imperial College, University of London.
@@ -36,7 +36,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)misc.c 5.3 (Berkeley) 8/26/92";
+/* from: static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; */
+static char *rcsid = "$Id: misc.c,v 1.2 1994/04/17 09:41:49 alm Exp $";
#endif /* not lint */
#include <sys/types.h>