summaryrefslogtreecommitdiff
path: root/usr.bin/comm/comm.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/comm/comm.c')
-rw-r--r--usr.bin/comm/comm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c
index e09e1a0f601..fda8ac47f1b 100644
--- a/usr.bin/comm/comm.c
+++ b/usr.bin/comm/comm.c
@@ -41,7 +41,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)comm.c 5.7 (Berkeley) 11/1/90";
+/*static char sccsid[] = "from: @(#)comm.c 5.7 (Berkeley) 11/1/90";*/
+static char rcsid[] = "$Id: comm.c,v 1.2 1993/08/01 18:17:21 mycroft Exp $";
#endif /* not lint */
#include <sys/file.h>