summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/htons.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/htons.c')
-rw-r--r--sys/lib/libkern/htons.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/lib/libkern/htons.c b/sys/lib/libkern/htons.c
index 47ffe694094..2f50d082ee3 100644
--- a/sys/lib/libkern/htons.c
+++ b/sys/lib/libkern/htons.c
@@ -3,10 +3,6 @@
* Public domain.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: htons.c,v 1.6 2007/11/24 19:25:02 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <machine/endian.h>