diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-09-26 16:43:59 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-09-26 16:43:59 +0000 |
commit | 8c86bb4c76322a7c1c70396c364ac03c08e95c6c (patch) | |
tree | e0ca0e2855b223b79fcf5ac903cef910a3793c79 /sys | |
parent | 4a63e0487e9589acd28acd62d0e2755ccc4b86f1 (diff) |
Regen
Diffstat (limited to 'sys')
-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 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 2ed37e14185..f22feb87f92 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_sysent.c,v 1.185 2016/09/04 17:24:02 jsing Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.186 2016/09/26 16:43:58 jca Exp $ */ /* * System call switch table. diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index d20476fda24..180b1bf0200 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: syscalls.c,v 1.184 2016/09/04 17:24:02 jsing Exp $ */ +/* $OpenBSD: syscalls.c,v 1.185 2016/09/26 16:43:58 jca Exp $ */ /* * System call names. diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 2d56d9b10d7..38ff3bfd8ca 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.h,v 1.183 2016/09/04 17:24:02 jsing Exp $ */ +/* $OpenBSD: syscall.h,v 1.184 2016/09/26 16:43:58 jca Exp $ */ /* * System call numbers. diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 607e5a7fd6f..11c349c0456 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: syscallargs.h,v 1.186 2016/09/04 17:24:02 jsing Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.187 2016/09/26 16:43:58 jca Exp $ */ /* * System call argument lists. |