diff options
author | netchild <netchild@FreeBSD.org> | 2006-03-18 20:47:36 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-03-18 20:47:36 +0000 |
commit | d1db96cb48e485fb9f14532b1ee1a979b4739114 (patch) | |
tree | 4128a9f069bd937c90534aa10dd2a3a74d63bd98 /sys/compat/linux/linux_file.c | |
parent | 1a84cbb2c6edd2929ab017388e746827135d80fc (diff) | |
download | FreeBSD-src-d1db96cb48e485fb9f14532b1ee1a979b4739114.zip FreeBSD-src-d1db96cb48e485fb9f14532b1ee1a979b4739114.tar.gz |
Fixup some problems in my previous commit (COMPAT_43).
Pointyhat to: netchild
Diffstat (limited to 'sys/compat/linux/linux_file.c')
-rw-r--r-- | sys/compat/linux/linux_file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index b0d054d..2c0216e 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -29,7 +29,6 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include "opt_compat.h" #include "opt_mac.h" #include <sys/param.h> |