Date: Sat, 3 Jan 2004 08:06:31 -0800 (PST) From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 44738 for review Message-ID: <200401031606.i03G6VmC075054@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=44738 Change 44738 by sam@sam_ebb on 2004/01/03 08:06:29 remove unneeded ifdef _KERNEL stuff; the real culprit was a dangling p4 resolve that lost some includes Affected files ... .. //depot/projects/netperf+sockets/sys/sys/socketvar.h#9 edit Differences ... ==== //depot/projects/netperf+sockets/sys/sys/socketvar.h#9 (text+ko) ==== @@ -37,7 +37,6 @@ #ifndef _SYS_SOCKETVAR_H_ #define _SYS_SOCKETVAR_H_ -#ifdef _KERNEL #include <sys/queue.h> /* for TAILQ macros */ #include <sys/selinfo.h> /* for struct selinfo */ #include <sys/_lock.h> @@ -153,8 +152,6 @@ #define SOCK_UNLOCK(_so) SOCKBUF_UNLOCK(&(_so)->so_rcv) #define SOCK_LOCK_ASSERT(_so) SOCKBUF_LOCK_ASSERT(&(_so)->so_rcv) -#endif /* _KERNEL */ - /* * Socket state bits. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401031606.i03G6VmC075054>
