diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-09-14 08:28:17 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-09-14 08:28:17 +0000 |
| commit | 28d7d2f0a0c133ec77abba9f5b65d8ef5784897a (patch) | |
| tree | 74954f7377e09284614e58fa68c2cd2c4f2b0a09 /sys/boot | |
| parent | 327b34100f6c943863e360f2447970043613f65b (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -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 }; |
