summaryrefslogtreecommitdiff
path: root/usr.bin/make/buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/buf.c')
-rw-r--r--usr.bin/make/buf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c
index fd0b7071a01..8a8b8807123 100644
--- a/usr.bin/make/buf.c
+++ b/usr.bin/make/buf.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)buf.c 5.5 (Berkeley) 12/28/90";
+/*static char sccsid[] = "from: @(#)buf.c 5.5 (Berkeley) 12/28/90";*/
+static char rcsid[] = "$Id: buf.c,v 1.2 1993/08/01 18:11:55 mycroft Exp $";
#endif /* not lint */
/*-