From 68205c9f5e2c1df1e34259eb5d2b7c1a5324010a Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Wed, 7 Apr 2004 18:00:56 +0000 Subject: Allow pxeboot to compile with gcc3. Found by various (thanks!), fix originally from naddy@. Prodded by espie@. ok deraadt@ --- sys/arch/i386/stand/libsa/pxe_net.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/i386/stand') 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 #include #include #include -- cgit v1.2.3