Explorar el Código

make eltorito_load static

tags/v0.9.3
Holger Lubitz hace 17 años
padre
commit
5ec4e2ad50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/i386/image/eltorito.c

+ 1
- 1
src/arch/i386/image/eltorito.c Ver fichero

@@ -298,7 +298,7 @@ static int eltorito_load_disk ( struct image *image,
298 298
  * @v image		El Torito file
299 299
  * @ret rc		Return status code
300 300
  */
301
-int eltorito_load ( struct image *image ) {
301
+static int eltorito_load ( struct image *image ) {
302 302
 	struct eltorito_boot_entry boot_entry;
303 303
 	unsigned long bootcat_offset;
304 304
 	int rc;

Loading…
Cancelar
Guardar