summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rmt/rmt.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-10-13 11:06:30 +0000
committercharnier <charnier@FreeBSD.org>1997-10-13 11:06:30 +0000
commit615b81821ddaa6ecd246ed74acd01de6eca45969 (patch)
treee7fdc43094fdf9d077531b264cf05230912cb0c8 /usr.sbin/rmt/rmt.c
parent9a7de1d4b18ff8ec6b551404b981df6e3bfcafa7 (diff)
downloadFreeBSD-src-615b81821ddaa6ecd246ed74acd01de6eca45969.zip
FreeBSD-src-615b81821ddaa6ecd246ed74acd01de6eca45969.tar.gz
Hide sccsid[]. Typo in man page.
Diffstat (limited to 'usr.sbin/rmt/rmt.c')
-rw-r--r--usr.sbin/rmt/rmt.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/rmt/rmt.c b/usr.sbin/rmt/rmt.c
index 9a60527..88b7623 100644
--- a/usr.sbin/rmt/rmt.c
+++ b/usr.sbin/rmt/rmt.c
@@ -32,13 +32,17 @@
*/
#ifndef lint
-static char copyright[] =
+static const char copyright[] =
"@(#) Copyright (c) 1983, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)rmt.c 8.1 (Berkeley) 6/6/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
/*
OpenPOWER on IntegriCloud