summaryrefslogtreecommitdiffstats
path: root/bin/hostname
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-01 16:58:57 +0000
committerobrien <obrien@FreeBSD.org>2003-05-01 16:58:57 +0000
commiteaf3fff90a28f606675fd3c1610d0def28d6be67 (patch)
tree5b53acdbe128b941a338de518c3518890ac9a5ca /bin/hostname
parent9f865e3f305382acb9ff15f7e8bcd92f244cfc48 (diff)
downloadFreeBSD-src-eaf3fff90a28f606675fd3c1610d0def28d6be67.zip
FreeBSD-src-eaf3fff90a28f606675fd3c1610d0def28d6be67.tar.gz
Quiet warnings about copyright[].
Diffstat (limited to 'bin/hostname')
-rw-r--r--bin/hostname/hostname.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c
index ada7b43..583812d 100644
--- a/bin/hostname/hostname.c
+++ b/bin/hostname/hostname.c
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*/
+#if 0
#ifndef lint
static char const copyright[] =
"@(#) Copyright (c) 1988, 1993\n\
@@ -38,10 +39,9 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-#if 0
static char sccsid[] = "@(#)hostname.c 8.1 (Berkeley) 5/31/93";
-#endif
#endif /* not lint */
+#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
OpenPOWER on IntegriCloud