diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-09-18 02:16:33 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-09-18 02:16:33 +0000 |
commit | 424ac667f150fcca585f1b647526cabfa9b1de85 (patch) | |
tree | 011a7681308870ffc8f9e09e717e474654b487e9 | |
parent | 08b7e4ce36c15b7aecac4bb60e35a89bacc74867 (diff) |
regen
-rw-r--r-- | sys/kern/init_sysent.c | 2 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 2 | ||||
-rw-r--r-- | sys/sys/syscall.h | 2 | ||||
-rw-r--r-- | sys/sys/syscallargs.h | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 7c0eb8d8a27..9ce71e3f96e 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_sysent.c,v 1.158 2014/09/17 19:27:59 millert Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.159 2014/09/18 02:16:32 uebayasi Exp $ */ /* * System call switch table. diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index b51e3bde021..e852a1154cb 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: syscalls.c,v 1.159 2014/09/17 19:27:59 millert Exp $ */ +/* $OpenBSD: syscalls.c,v 1.160 2014/09/18 02:16:32 uebayasi Exp $ */ /* * System call names. diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 97898cd7aba..b093b939b51 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.h,v 1.158 2014/09/17 19:27:59 millert Exp $ */ +/* $OpenBSD: syscall.h,v 1.159 2014/09/18 02:16:32 uebayasi Exp $ */ /* * System call numbers. diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 0d6ba954a87..fe03b33c500 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: syscallargs.h,v 1.160 2014/09/17 19:27:59 millert Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.161 2014/09/18 02:16:32 uebayasi Exp $ */ /* * System call argument lists. @@ -173,7 +173,7 @@ struct sys_getsockname_args { struct sys_access_args { syscallarg(const char *) path; - syscallarg(int) flags; + syscallarg(int) amode; }; struct sys_chflags_args { |