diff options
author | 2021-01-18 18:43:52 +0000 | |
---|---|---|
committer | 2021-01-18 18:43:52 +0000 | |
commit | 0804f6ce17ce5588884b510932ce7bac8df50572 (patch) | |
tree | 595629f437adc0faae020f6b843acbff6381e22b | |
parent | Convert ifunit() to if_unit(9). (diff) | |
download | wireguard-openbsd-0804f6ce17ce5588884b510932ce7bac8df50572.tar.xz wireguard-openbsd-0804f6ce17ce5588884b510932ce7bac8df50572.zip |
Revert wrong commit.
-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 83507342f29..48545981101 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.216 2021/01/18 18:29:19 mvs Exp $ */ +/* $OpenBSD: syscall.h,v 1.217 2021/01/18 18:43:52 mvs Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.207 2020/03/18 19:33:36 anton Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 4b388e6f8d1..d85831537aa 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscallargs.h,v 1.219 2021/01/18 18:29:19 mvs Exp $ */ +/* $OpenBSD: syscallargs.h,v 1.220 2021/01/18 18:43:52 mvs Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.208 2021/01/18 18:25:51 mvs Exp + * created from; OpenBSD: syscalls.master,v 1.207 2020/03/18 19:33:36 anton Exp */ #ifdef syscallarg |