summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/net
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-24 20:29:14 +0000
committerpeter <peter@FreeBSD.org>2001-10-24 20:29:14 +0000
commit314a1d33625babdcfab9e14312bf6bdd6468edb7 (patch)
treebf9bde0f6829f75c2e9747018b1dd82fae1b367f /lib/libc/i386/net
parenteb865e7656a79fe2bee573a132e157876fb0636e (diff)
downloadFreeBSD-src-314a1d33625babdcfab9e14312bf6bdd6468edb7.zip
FreeBSD-src-314a1d33625babdcfab9e14312bf6bdd6468edb7.tar.gz
De-orbit DEFS.h - the other arches do not use it, and it got replaced
with <machine/asm.h>. Reviewed by: bde
Diffstat (limited to 'lib/libc/i386/net')
-rw-r--r--lib/libc/i386/net/htonl.S2
-rw-r--r--lib/libc/i386/net/htons.S2
-rw-r--r--lib/libc/i386/net/ntohl.S2
-rw-r--r--lib/libc/i386/net/ntohs.S2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/i386/net/htonl.S b/lib/libc/i386/net/htonl.S
index 551a262..af3354f 100644
--- a/lib/libc/i386/net/htonl.S
+++ b/lib/libc/i386/net/htonl.S
@@ -41,7 +41,7 @@
/* netorder = htonl(hostorder) */
-#include "DEFS.h"
+#include <machine/asm.h>
ENTRY(htonl)
movl 4(%esp),%eax
diff --git a/lib/libc/i386/net/htons.S b/lib/libc/i386/net/htons.S
index 8f21d42..c78b108 100644
--- a/lib/libc/i386/net/htons.S
+++ b/lib/libc/i386/net/htons.S
@@ -41,7 +41,7 @@
/* netorder = htons(hostorder) */
-#include "DEFS.h"
+#include <machine/asm.h>
ENTRY(htons)
movzwl 4(%esp),%eax
diff --git a/lib/libc/i386/net/ntohl.S b/lib/libc/i386/net/ntohl.S
index 13328a9..3a2c202 100644
--- a/lib/libc/i386/net/ntohl.S
+++ b/lib/libc/i386/net/ntohl.S
@@ -41,7 +41,7 @@
/* hostorder = ntohl(netorder) */
-#include "DEFS.h"
+#include <machine/asm.h>
ENTRY(ntohl)
movl 4(%esp),%eax
diff --git a/lib/libc/i386/net/ntohs.S b/lib/libc/i386/net/ntohs.S
index 70a42d7..110faf7 100644
--- a/lib/libc/i386/net/ntohs.S
+++ b/lib/libc/i386/net/ntohs.S
@@ -41,7 +41,7 @@
/* hostorder = ntohs(netorder) */
-#include "DEFS.h"
+#include <machine/asm.h>
ENTRY(ntohs)
movzwl 4(%esp),%eax
OpenPOWER on IntegriCloud