summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/gen/gethostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/gen/gethostname.c')
-rw-r--r--freebsd/lib/libc/gen/gethostname.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/freebsd/lib/libc/gen/gethostname.c b/freebsd/lib/libc/gen/gethostname.c
index 0c832be1..974b771f 100644
--- a/freebsd/lib/libc/gen/gethostname.c
+++ b/freebsd/lib/libc/gen/gethostname.c
@@ -31,10 +31,8 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)gethostname.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
+__SCCSID("@(#)gethostname.c 8.1 (Berkeley) 6/4/93");
__FBSDID("$FreeBSD$");
#include <sys/param.h>