diff options
author | alc <alc@FreeBSD.org> | 2006-01-26 19:21:27 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2006-01-26 19:21:27 +0000 |
commit | f9829317cf57823e912177e4cb28a7616a7f7d00 (patch) | |
tree | 3dcff93eb804c83ee61e09da2705e51926ef44f3 /sys/modules/linux | |
parent | e6d8f031efa191c7ac8db48b9e2c22e7bc328459 (diff) | |
download | FreeBSD-src-f9829317cf57823e912177e4cb28a7616a7f7d00.zip FreeBSD-src-f9829317cf57823e912177e4cb28a7616a7f7d00.tar.gz |
opt_vmpage.h is no longer needed here because it is not included by
vm_page.h.
Diffstat (limited to 'sys/modules/linux')
-rw-r--r-- | sys/modules/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 213fa4d..88889c7 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -7,7 +7,7 @@ SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \ linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \ linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \ linux_util.c opt_compat.h opt_inet6.h opt_mac.h \ - opt_vmpage.h vnode_if.h + vnode_if.h OBJS= linux_locore.o .if ${MACHINE_ARCH} == "i386" |