Explorar el Código

make netboot() static

tags/v0.9.3
Holger Lubitz hace 17 años
padre
commit
1ec846b038
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/usr/autoboot.c

+ 1
- 1
src/usr/autoboot.c Ver fichero

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

Loading…
Cancelar
Guardar