summaryrefslogtreecommitdiff
path: root/usr.bin/tail/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tail/misc.c')
-rw-r--r--usr.bin/tail/misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c
index 7deec071669..42144eecbd4 100644
--- a/usr.bin/tail/misc.c
+++ b/usr.bin/tail/misc.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)misc.c 5.1 (Berkeley) 7/21/91";
+/*static char sccsid[] = "from: @(#)misc.c 5.1 (Berkeley) 7/21/91";*/
+static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 18:08:04 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>