diff options
author | 2002-02-04 20:06:16 +0000 | |
---|---|---|
committer | 2002-02-04 20:06:16 +0000 | |
commit | 276bf15f59d7e6af53f5dd32c173a99bb7e15517 (patch) | |
tree | d571c2c626be5f8495f802b031e613dbf6860aaf /sys/compat/linux/linux_syscall.h | |
parent | fcntl64 support; okay deraadt@ (diff) | |
download | wireguard-openbsd-276bf15f59d7e6af53f5dd32c173a99bb7e15517.tar.xz wireguard-openbsd-276bf15f59d7e6af53f5dd32c173a99bb7e15517.zip |
sync
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index 6bcbb8ef76b..1d4d3840560 100644 --- a/sys/compat/linux/linux_syscall.h +++ b/sys/compat/linux/linux_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_syscall.h,v 1.32 2002/02/04 20:04:52 provos Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.33 2002/02/04 20:06:16 provos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.30 2001/07/03 21:56:26 jasoni Exp + * created from OpenBSD: syscalls.master,v 1.32 2002/02/04 20:04:52 provos Exp */ /* syscall: "syscall" ret: "int" args: */ |