From e4fc8331e6ad16cd47da1d2884498d46200e7eb6 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 10 Sep 2009 13:20:27 +0000 Subject: As jhb@ pointed out to me, r197057 was incorrect, not least because these are generated files. --- sys/compat/svr4/svr4_proto.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/compat') diff --git a/sys/compat/svr4/svr4_proto.h b/sys/compat/svr4/svr4_proto.h index 430b5cb..7238290 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 -- cgit v1.1