Bläddra i källkod

make netboot() static

tags/v0.9.3
Holger Lubitz 17 år sedan
förälder
incheckning
1ec846b038
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/usr/autoboot.c

+ 1
- 1
src/usr/autoboot.c Visa fil

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

Laddar…
Avbryt
Spara