aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/syscalls.master
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-03-19 11:10:33 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-03-19 11:10:33 +0000
commitaefce619cfd20278ca90e84535ae56e8264063b2 (patch)
treec8a8de78b74817ce20c1f2ccb55b32a8cd9d7e6c /sys/amd64/linux32/syscalls.master
parent18d370acae13bca6b770bf0257eb2860355136d3 (diff)
downloadsrc-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.master1
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>