aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_proto.h
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-02-16 02:28:35 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-02-16 02:28:35 +0000
commita5ea48d4588d535dfc6d8eb6fc9b9123b69e7bc1 (patch)
treea1951d8a7ba3bf195d5534ce2a2afe2879066905 /sys/i386/linux/linux_proto.h
parenta44009e07d96be5c823d128da5c618d28ce426aa (diff)
downloadsrc-a5ea48d4588d535dfc6d8eb6fc9b9123b69e7bc1.tar.gz
src-a5ea48d4588d535dfc6d8eb6fc9b9123b69e7bc1.zip
Regen from syscalls.master 1.49.
Notes
Notes: svn path=/head/; revision=110977
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r--sys/i386/linux/linux_proto.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index d98c9dd54a4e..4ea6324490af 100644
--- a/sys/i386/linux/linux_proto.h
+++ b/sys/i386/linux/linux_proto.h
@@ -3,15 +3,15 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.46 2002/05/19 01:21:55 marcel Exp
+ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.49 2003/02/16 02:26:30 tjr Exp
*/
#ifndef _LINUX_SYSPROTO_H_
#define _LINUX_SYSPROTO_H_
#include <sys/signal.h>
-
#include <sys/acl.h>
+#include <posix4/_semaphore.h>
struct proc;
@@ -799,6 +799,12 @@ int linux_fcntl64(struct thread *, struct linux_fcntl64_args *);
#endif /* COMPAT_43 */
+
+#ifdef COMPAT_FREEBSD4
+
+
+#endif /* COMPAT_FREEBSD4 */
+
#undef PAD_
#undef PADL_
#undef PADR_