Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/sys/boot/ia64/efi/conf.c 201941 2010-01-09 22:54:29Z marcel $");
---
> __FBSDID("$FreeBSD: head/sys/boot/ia64/efi/conf.c 219691 2011-03-16 03:53:18Z marcel $");
72,82d71
< * Sort formats so that those that can detect based on arguments
< * rather than reading the file go first.
< */
< extern struct file_format ia64_elf;
<
< struct file_format *file_formats[] = {
< &ia64_elf,
< NULL
< };
<
< /*