Browse Source

make eltorito_load static

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
5ec4e2ad50
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/image/eltorito.c

+ 1
- 1
src/arch/i386/image/eltorito.c View 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…
Cancel
Save