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