diff options
author | obrien <obrien@FreeBSD.org> | 2003-09-08 09:11:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-09-08 09:11:32 +0000 |
commit | ed9debd5e8dbd4dace3a1f34975cc57717b43fcf (patch) | |
tree | 278f70e8f7a17066164be873bd6bfeb1aadf4612 /sys/boot/ia64/libski/module.c | |
parent | a1e52d797a17e76da87dfc5481cdd0523b6640ec (diff) | |
download | FreeBSD-src-ed9debd5e8dbd4dace3a1f34975cc57717b43fcf.zip FreeBSD-src-ed9debd5e8dbd4dace3a1f34975cc57717b43fcf.tar.gz |
Use __FBSDID().
Also some minor style cleanups.
Diffstat (limited to 'sys/boot/ia64/libski/module.c')
-rw-r--r-- | sys/boot/ia64/libski/module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/ia64/libski/module.c b/sys/boot/ia64/libski/module.c index 0e77cfe..57f697c 100644 --- a/sys/boot/ia64/libski/module.c +++ b/sys/boot/ia64/libski/module.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ - #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |