diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-10-10 22:07:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-10-10 22:07:11 +0000 |
commit | b48edbe9d4c8e5e54dfdecda47f00c994a69350d (patch) | |
tree | 901cd077c8863e8ef14cab0093d89100a2fbaea3 /lib | |
parent | 5e40eb53a6de42471b14f1e73be739f1acc8428d (diff) |
Preliminary userland bits for OpenBSD/landisk, many things coming from
NetBSD.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/arch/sh/net/htonl.c | 2 | ||||
-rw-r--r-- | lib/libc/arch/sh/net/htons.c | 2 | ||||
-rw-r--r-- | lib/libc/arch/sh/net/ntohl.c | 2 | ||||
-rw-r--r-- | lib/libc/arch/sh/net/ntohs.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/arch/sh/net/htonl.c b/lib/libc/arch/sh/net/htonl.c index 04776d7288e..a4c056d616e 100644 --- a/lib/libc/arch/sh/net/htonl.c +++ b/lib/libc/arch/sh/net/htonl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: htonl.c,v 1.1.1.1 2006/10/10 22:07:10 miod Exp $ */ +/* $OpenBSD: htonl.c,v 1.1 2006/10/10 22:07:10 miod Exp $ */ /* $NetBSD: htonl.c,v 1.3 2005/12/24 23:10:08 perry Exp $ */ /*- diff --git a/lib/libc/arch/sh/net/htons.c b/lib/libc/arch/sh/net/htons.c index 5c1f28c8c1e..ae414edc399 100644 --- a/lib/libc/arch/sh/net/htons.c +++ b/lib/libc/arch/sh/net/htons.c @@ -1,4 +1,4 @@ -/* $OpenBSD: htons.c,v 1.1.1.1 2006/10/10 22:07:10 miod Exp $ */ +/* $OpenBSD: htons.c,v 1.1 2006/10/10 22:07:10 miod Exp $ */ /* $NetBSD: htons.c,v 1.3 2005/12/24 23:10:08 perry Exp $ */ /*- diff --git a/lib/libc/arch/sh/net/ntohl.c b/lib/libc/arch/sh/net/ntohl.c index 427fd3ae95f..964938ebf6a 100644 --- a/lib/libc/arch/sh/net/ntohl.c +++ b/lib/libc/arch/sh/net/ntohl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntohl.c,v 1.1.1.1 2006/10/10 22:07:10 miod Exp $ */ +/* $OpenBSD: ntohl.c,v 1.1 2006/10/10 22:07:10 miod Exp $ */ /* $NetBSD: ntohl.c,v 1.3 2005/12/24 23:10:08 perry Exp $ */ /*- diff --git a/lib/libc/arch/sh/net/ntohs.c b/lib/libc/arch/sh/net/ntohs.c index 925dd9e603b..3945ae77c87 100644 --- a/lib/libc/arch/sh/net/ntohs.c +++ b/lib/libc/arch/sh/net/ntohs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntohs.c,v 1.1.1.1 2006/10/10 22:07:10 miod Exp $ */ +/* $OpenBSD: ntohs.c,v 1.1 2006/10/10 22:07:10 miod Exp $ */ /* $NetBSD: ntohs.c,v 1.3 2005/12/24 23:10:08 perry Exp $ */ /*- |