diff options
author | 2004-07-09 23:53:59 +0000 | |
---|---|---|
committer | 2004-07-09 23:53:59 +0000 | |
commit | 7d271160bc1b10e911376f840922857f810d4780 (patch) | |
tree | 36a68c923bdf5e9245ff0854d92289c4a635fdc4 /sys/compat/linux/linux_syscall.h | |
parent | Rename ostat -> stat43 to disambiguate from upcoming struct stat changes. (diff) | |
download | wireguard-openbsd-7d271160bc1b10e911376f840922857f810d4780.tar.xz wireguard-openbsd-7d271160bc1b10e911376f840922857f810d4780.zip |
regen
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index b15671f66ca..0c9f5633355 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.48 2004/05/28 18:31:12 tedu Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.49 2004/07/09 23:56:03 millert Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.47 2004/05/28 18:28:14 tedu Exp + * created from OpenBSD: syscalls.master,v 1.48 2004/07/09 23:52:02 millert Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -259,7 +259,7 @@ /* syscall: "symlink" ret: "int" args: "char *" "char *" */ #define LINUX_SYS_symlink 83 -/* syscall: "olstat" ret: "int" args: "char *" "struct ostat *" */ +/* syscall: "olstat" ret: "int" args: "char *" "struct stat43 *" */ #define LINUX_SYS_olstat 84 /* syscall: "readlink" ret: "int" args: "char *" "char *" "int" */ |