diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-03-18 20:49:01 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-03-18 20:49:01 +0000 |
| commit | c85625bfe7b8f1e6b9c2fed5ce1150dd70b75b79 (patch) | |
| tree | 8e282fed7ae5da2cbf9a1625df7c42a50aaacbdc /sys/alpha/linux | |
| parent | d4a3f5ddb67c4b2463330f2aa998a503383caf88 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux')
| -rw-r--r-- | sys/alpha/linux/linux_proto.h | 2 | ||||
| -rw-r--r-- | sys/alpha/linux/linux_syscall.h | 2 | ||||
| -rw-r--r-- | sys/alpha/linux/linux_sysent.c | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/sys/alpha/linux/linux_proto.h b/sys/alpha/linux/linux_proto.h index 4d844b8af5caa..58e9df6132883 100644 --- a/sys/alpha/linux/linux_proto.h +++ b/sys/alpha/linux/linux_proto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.67 2006/03/18 18:20:15 netchild Exp + * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.68 2006/03/18 20:47:36 netchild Exp */ #ifndef _LINUX_SYSPROTO_H_ diff --git a/sys/alpha/linux/linux_syscall.h b/sys/alpha/linux/linux_syscall.h index 3de984663fae8..2001a16672068 100644 --- a/sys/alpha/linux/linux_syscall.h +++ b/sys/alpha/linux/linux_syscall.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.67 2006/03/18 18:20:15 netchild Exp + * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.68 2006/03/18 20:47:36 netchild Exp */ #define LINUX_SYS_exit 1 diff --git a/sys/alpha/linux/linux_sysent.c b/sys/alpha/linux/linux_sysent.c index cec01968b9fa7..b8a0a66bfd6d2 100644 --- a/sys/alpha/linux/linux_sysent.c +++ b/sys/alpha/linux/linux_sysent.c @@ -3,11 +3,10 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.67 2006/03/18 18:20:15 netchild Exp + * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.68 2006/03/18 20:47:36 netchild Exp */ #include <bsm/audit_kevents.h> -#include "opt_compat.h" #include <sys/param.h> #include <sys/sysent.h> #include <sys/sysproto.h> |
