From: Holger Lubitz Date: Fri, 27 Jul 2007 19:31:45 +0000 (+0200) Subject: make netboot() static X-Git-Tag: v0.9.3~159^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec846b0380d292dcf306066d7feb2ed0de2e4db;p=thirdparty%2Fipxe.git make netboot() static --- diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index 97b9a4067..4bc43d5a7 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -103,7 +103,7 @@ static int boot_root_path ( const char *root_path ) { * @v netdev Network device * @ret rc Return status code */ -int netboot ( struct net_device *netdev ) { +static int netboot ( struct net_device *netdev ) { char buf[256]; int rc;