diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-03-07 00:18:06 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-03-07 00:18:06 +0000 |
| commit | e3478fe000ca4a6c8ebcf21fb33c46bc96c139d5 (patch) | |
| tree | 8060fc6bfd028932f4232dcc6812a19edbadbfc3 /sys/alpha/linux | |
| parent | 5c16270365fa77303bb8afa4db4820f3ee697f51 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux')
| -rw-r--r-- | sys/alpha/linux/syscalls.master | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index 250ede35efb7c..d9dff459f230d 100644 --- a/sys/alpha/linux/syscalls.master +++ b/sys/alpha/linux/syscalls.master @@ -31,9 +31,13 @@ #include <sys/param.h> #include <sys/sysent.h> #include <sys/sysproto.h> +#include <compat/linux/linux_sysproto.h> #include <alpha/linux/linux.h> #include <alpha/linux/linux_proto.h> +; Isn't pretty, but there seems to be no other way to trap nosys +#define nosys linux_nosys + ; #ifdef's, etc. may be included, and are copied to the output files. 0 UNIMPL |
