2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

make netboot() static

This commit is contained in:
Holger Lubitz 2007-07-27 21:31:45 +02:00
parent 426c2c150d
commit 1ec846b038

View File

@ -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;