diff options
| -rw-r--r-- | sys/boot/efi/loader/conf.c | 2 | ||||
| -rw-r--r-- | sys/boot/ia64/efi/conf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/efi/loader/conf.c b/sys/boot/efi/loader/conf.c index 125ccde28287..3d745fa5e58b 100644 --- a/sys/boot/efi/loader/conf.c +++ b/sys/boot/efi/loader/conf.c @@ -72,7 +72,7 @@ struct fs_ops *file_system[] = { extern struct file_format ia64_elf; struct file_format *file_formats[] = { -/* &ia64_elf, */ + &ia64_elf, NULL }; diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c index 125ccde28287..3d745fa5e58b 100644 --- a/sys/boot/ia64/efi/conf.c +++ b/sys/boot/ia64/efi/conf.c @@ -72,7 +72,7 @@ struct fs_ops *file_system[] = { extern struct file_format ia64_elf; struct file_format *file_formats[] = { -/* &ia64_elf, */ + &ia64_elf, NULL }; |
