diff options
Diffstat (limited to 'sys/i386/isa/if_el.c')
-rw-r--r-- | sys/i386/isa/if_el.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/isa/if_el.c b/sys/i386/isa/if_el.c index dd6236526d04..de28c81d39a6 100644 --- a/sys/i386/isa/if_el.c +++ b/sys/i386/isa/if_el.c @@ -5,9 +5,11 @@ * portions thereof. * * Questions, comments, bug reports and fixes to kimmel@cs.umass.edu. - * - * $FreeBSD$ */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* Except of course for the portions of code lifted from other FreeBSD * drivers (mainly elread, elget and el_ioctl) */ |