diff options
Diffstat (limited to 'sys/lib/libkern/ntohs.c')
-rw-r--r-- | sys/lib/libkern/ntohs.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/lib/libkern/ntohs.c b/sys/lib/libkern/ntohs.c index e677ed1ed89..1de67f63cad 100644 --- a/sys/lib/libkern/ntohs.c +++ b/sys/lib/libkern/ntohs.c @@ -1,14 +1,11 @@ -/* $OpenBSD: ntohs.c,v 1.4 2004/08/07 00:38:32 deraadt Exp $ */ -/* $NetBSD: ntohs.c,v 1.5.6.1 1996/05/29 23:48:11 cgd Exp $ */ - /* * Written by J.T. Conklin <jtc@netbsd.org>. * Public domain. */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: ntohs.c,v 1.5.6.1 1996/05/29 23:48:11 cgd Exp $"; -#endif +static char *rcsid = "$OpenBSD: ntohs.c,v 1.5 2004/11/28 07:23:41 mickey Exp $"; +#endif /* LIBC_SCCS and not lint */ #include <sys/types.h> #include <machine/endian.h> |