diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-04-07 18:00:56 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-04-07 18:00:56 +0000 |
commit | 68205c9f5e2c1df1e34259eb5d2b7c1a5324010a (patch) | |
tree | 8bc635af55f1367c633a08aaa511d0c0759a2364 /sys | |
parent | c8bfebfc89184a770ae38e3e1acec01b9d1a9afe (diff) |
Allow pxeboot to compile with gcc3.
Found by various (thanks!), fix originally from naddy@. Prodded by espie@.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/stand/libsa/pxe_net.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/pxe_net.c b/sys/arch/i386/stand/libsa/pxe_net.c index df252771486..5e37f8b7e4c 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.1 2004/03/19 13:48:18 tom Exp $ */ +/* $OpenBSD: pxe_net.c,v 1.2 2004/04/07 18:00:55 tom Exp $ */ /* $NetBSD: dev_net.c,v 1.4 2003/03/12 13:15:08 drochner Exp $ */ /*- @@ -50,7 +50,6 @@ * BOOTP for IP address - bootp() */ -#include <machine/stdarg.h> #include <sys/param.h> #include <sys/socket.h> #include <net/if.h> |