aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/svr4
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2009-09-10 13:20:27 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2009-09-10 13:20:27 +0000
commit80c03b8eee7407f6b7e70e46363c7a54d31b9141 (patch)
tree84158b4fc77afd963ff771612e6fada9d9beb48b /sys/compat/svr4
parent9425bee7a0bbd5ae64cd3968889bed4f3362a877 (diff)
downloadsrc-80c03b8eee7407f6b7e70e46363c7a54d31b9141.tar.gz
src-80c03b8eee7407f6b7e70e46363c7a54d31b9141.zip
As jhb@ pointed out to me, r197057 was incorrect, not least because these
are generated files.
Notes
Notes: svn path=/head/; revision=197064
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r--sys/compat/svr4/svr4_proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/compat/svr4/svr4_proto.h b/sys/compat/svr4/svr4_proto.h
index 430b5cb76b11..72382902dc39 100644
--- a/sys/compat/svr4/svr4_proto.h
+++ b/sys/compat/svr4/svr4_proto.h
@@ -503,6 +503,12 @@ int svr4_sys_sendto(struct thread *, struct svr4_sys_sendto_args *);
#endif /* COMPAT_FREEBSD6 */
+
+#ifdef COMPAT_FREEBSD7
+
+
+#endif /* COMPAT_FREEBSD7 */
+
#define SVR4_SYS_AUE_svr4_sys_open AUE_NULL
#define SVR4_SYS_AUE_svr4_sys_wait AUE_NULL
#define SVR4_SYS_AUE_svr4_sys_creat AUE_NULL