summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/htons.c
diff options
context:
space:
mode:
authorespie <>2005-08-06 20:30:04 +0000
committerespie <>2005-08-06 20:30:04 +0000
commitb8b677406e1ef4804e2003a72385456ce954c219 (patch)
treebe6fca50febcf66d8a4b35b5c9a48381dc726885 /src/lib/libc/net/htons.c
parent7ba2c88bf7980dfeb0f3814b69003ba150ea2a14 (diff)
downloadopenbsd-b8b677406e1ef4804e2003a72385456ce954c219.tar.gz
openbsd-b8b677406e1ef4804e2003a72385456ce954c219.tar.bz2
openbsd-b8b677406e1ef4804e2003a72385456ce954c219.zip
zap rcsid.
split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@
Diffstat (limited to 'src/lib/libc/net/htons.c')
-rw-r--r--src/lib/libc/net/htons.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libc/net/htons.c b/src/lib/libc/net/htons.c
index ded70712ea..c8b73fdbb7 100644
--- a/src/lib/libc/net/htons.c
+++ b/src/lib/libc/net/htons.c
@@ -1,12 +1,9 @@
1/* $OpenBSD: htons.c,v 1.8 2005/08/06 20:30:03 espie Exp $ */
1/* 2/*
2 * Written by J.T. Conklin <jtc@netbsd.org>. 3 * Written by J.T. Conklin <jtc@netbsd.org>.
3 * Public domain. 4 * Public domain.
4 */ 5 */
5 6
6#if defined(LIBC_SCCS) && !defined(lint)
7static char *rcsid = "$OpenBSD: htons.c,v 1.7 2002/02/19 19:39:36 millert Exp $";
8#endif /* LIBC_SCCS and not lint */
9
10#include <sys/types.h> 7#include <sys/types.h>
11#include <machine/endian.h> 8#include <machine/endian.h>
12 9