Sfoglia il codice sorgente

make eltorito_load static

tags/v0.9.3
Holger Lubitz 18 anni fa
parent
commit
5ec4e2ad50
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/arch/i386/image/eltorito.c

+ 1
- 1
src/arch/i386/image/eltorito.c Vedi File

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

Loading…
Annulla
Salva