Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 need compat/sys/socket.h



details:   https://anonhg.NetBSD.org/src/rev/303672f97232
branches:  trunk
changeset: 584617:303672f97232
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 24 21:34:35 2005 +0000

description:
need compat/sys/socket.h

diffstat:

 sys/compat/netbsd32/netbsd32_compat_43.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0cba46e460da -r 303672f97232 sys/compat/netbsd32/netbsd32_compat_43.c
--- a/sys/compat/netbsd32/netbsd32_compat_43.c  Sat Sep 24 21:34:32 2005 +0000
+++ b/sys/compat/netbsd32/netbsd32_compat_43.c  Sat Sep 24 21:34:35 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_compat_43.c,v 1.32 2005/09/24 15:42:58 chs Exp $      */
+/*     $NetBSD: netbsd32_compat_43.c,v 1.33 2005/09/24 21:34:35 christos Exp $ */
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_43.c,v 1.32 2005/09/24 15:42:58 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_43.c,v 1.33 2005/09/24 21:34:35 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_43.h"
@@ -57,6 +57,7 @@
 #include <compat/sys/stat.h>
 #include <compat/sys/signal.h>
 #include <compat/sys/signalvar.h>
+#include <compat/sys/socket.h>
 
 int compat_43_netbsd32_sethostid __P((struct lwp *, void *, register_t *));
 int compat_43_netbsd32_killpg __P((struct lwp *, void *, register_t *retval));



Home | Main Index | Thread Index | Old Index