Browse Source

make netboot() static

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
1ec846b038
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/usr/autoboot.c

+ 1
- 1
src/usr/autoboot.c View File

103
  * @v netdev		Network device
103
  * @v netdev		Network device
104
  * @ret rc		Return status code
104
  * @ret rc		Return status code
105
  */
105
  */
106
-int netboot ( struct net_device *netdev ) {
106
+static int netboot ( struct net_device *netdev ) {
107
 	char buf[256];
107
 	char buf[256];
108
 	int rc;
108
 	int rc;
109
 
109
 

Loading…
Cancel
Save