diff options
Diffstat (limited to 'bin/hostname/hostname.c')
-rw-r--r-- | bin/hostname/hostname.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 4f1a2581d1a..6a63d7f08bf 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hostname.c,v 1.7 2003/06/02 23:32:08 millert Exp $ */ +/* $OpenBSD: hostname.c,v 1.8 2009/10/27 23:59:21 deraadt Exp $ */ /* $NetBSD: hostname.c,v 1.10 1995/09/07 06:28:40 jtc Exp $ */ /* @@ -30,20 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static char copyright[] = -"@(#) Copyright (c) 1988, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)hostname.c 8.2 (Berkeley) 4/28/95"; -#else -static char rcsid[] = "$OpenBSD: hostname.c,v 1.7 2003/06/02 23:32:08 millert Exp $"; -#endif -#endif /* not lint */ - #include <sys/param.h> #include <err.h> |