diff options
author | 2021-01-18 18:44:30 +0000 | |
---|---|---|
committer | 2021-01-18 18:44:30 +0000 | |
commit | eb3b2255d6048a76b912923e5840159692e88281 (patch) | |
tree | c7b342b72279d377e1ddf059691bc04db4d7a60e /sys | |
parent | Revert wrong commit. (diff) | |
download | wireguard-openbsd-eb3b2255d6048a76b912923e5840159692e88281.tar.xz wireguard-openbsd-eb3b2255d6048a76b912923e5840159692e88281.zip |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/syscall.h | 4 | ||||
-rw-r--r-- | sys/sys/syscallargs.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 48545981101..1563be75461 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.217 2021/01/18 18:43:52 mvs Exp $ */ +/* $OpenBSD: syscall.h,v 1.218 2021/01/18 18:44:30 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.207 2020/03/18 19:33:36 anton Exp + * created from; OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index d85831537aa..ec5dcdab4c6 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.220 2021/01/18 18:43:52 mvs Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.221 2021/01/18 18:44:30 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.207 2020/03/18 19:33:36 anton Exp + * created from; OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp */ #ifdef syscallarg |