diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-08-21 14:24:09 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-08-21 14:24:09 +0000 |
commit | 6613e11b0c476a2eb08c6631b5e10a9b5b2931e4 (patch) | |
tree | 95c0a0843eb0d0f883c2640dcd2524eeb6c2452f /sys/arch/i386 | |
parent | cdd69415955f3b490794c5de779d1fa8f8003095 (diff) |
Kill the remaining <netinet/in_systm.h> inclusion!
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/libsa/pxe.c | 5 | ||||
-rw-r--r-- | sys/arch/i386/stand/libsa/pxe_net.c | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/libsa/pxe.c b/sys/arch/i386/stand/libsa/pxe.c index 5c5fc8fe977..6502b84a711 100644 --- a/sys/arch/i386/stand/libsa/pxe.c +++ b/sys/arch/i386/stand/libsa/pxe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pxe.c,v 1.5 2007/07/27 17:46:56 tom Exp $ */ +/* $OpenBSD: pxe.c,v 1.6 2014/08/21 14:24:08 mpi Exp $ */ /* $NetBSD: pxe.c,v 1.5 2003/03/11 18:29:00 drochner Exp $ */ /* @@ -87,11 +87,8 @@ #include <netinet/in.h> #include <netinet/if_ether.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> -#include <netinet/ip_var.h> #include <netinet/udp.h> -#include <netinet/udp_var.h> #include <lib/libsa/stand.h> #include <lib/libsa/net.h> diff --git a/sys/arch/i386/stand/libsa/pxe_net.c b/sys/arch/i386/stand/libsa/pxe_net.c index 331efeb1a21..f5c8807e2f9 100644 --- a/sys/arch/i386/stand/libsa/pxe_net.c +++ b/sys/arch/i386/stand/libsa/pxe_net.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pxe_net.c,v 1.4 2011/03/13 00:13:53 deraadt Exp $ */ +/* $OpenBSD: pxe_net.c,v 1.5 2014/08/21 14:24:08 mpi Exp $ */ /* $NetBSD: dev_net.c,v 1.4 2003/03/12 13:15:08 drochner Exp $ */ /*- @@ -47,7 +47,6 @@ #include <sys/socket.h> #include <net/if.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <lib/libkern/libkern.h> |