diff options
| author | Holger Lubitz | 2007-07-27 21:31:45 +0200 |
|---|---|---|
| committer | Holger Lubitz | 2007-07-27 21:31:45 +0200 |
| commit | 1ec846b0380d292dcf306066d7feb2ed0de2e4db (patch) | |
| tree | 6b5ded12cbb2bf4ae227089ad12f886392bf3fb9 /src/usr | |
| parent | disable AES_convert_key by #if 0'ing it out (suggested by mcb30) (diff) | |
| download | ipxe-1ec846b0380d292dcf306066d7feb2ed0de2e4db.tar.gz ipxe-1ec846b0380d292dcf306066d7feb2ed0de2e4db.tar.xz ipxe-1ec846b0380d292dcf306066d7feb2ed0de2e4db.zip | |
make netboot() static
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/autoboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
