diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-19 11:10:33 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-19 11:10:33 +0000 |
commit | aefce619cfd20278ca90e84535ae56e8264063b2 (patch) | |
tree | c8a8de78b74817ce20c1f2ccb55b32a8cd9d7e6c /sys/amd64/linux32/syscalls.master | |
parent | 18d370acae13bca6b770bf0257eb2860355136d3 (diff) | |
download | src-aefce619cfd20278ca90e84535ae56e8264063b2.tar.gz src-aefce619cfd20278ca90e84535ae56e8264063b2.zip |
Unbreak COMPAT_LINUX32 option support on amd64.
Broken by: netchild
Notes
Notes:
svn path=/head/; revision=156874
Diffstat (limited to 'sys/amd64/linux32/syscalls.master')
-rw-r--r-- | sys/amd64/linux32/syscalls.master | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master index 8ccb359222db..529c530bac89 100644 --- a/sys/amd64/linux32/syscalls.master +++ b/sys/amd64/linux32/syscalls.master @@ -24,6 +24,7 @@ ; OBSOL obsolete, not included in system, only specifies name ; UNIMPL not implemented, placeholder only +#include "opt_compat.h" #include <sys/param.h> #include <sys/sysent.h> #include <sys/sysproto.h> |