Subject: CVS commit: src/dist/ipf/ipsend
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 10/09/2007 01:23:21
Module Name:	src
Committed By:	mrg
Date:		Tue Oct  9 01:23:21 UTC 2007

Modified Files:
	src/dist/ipf/ipsend: iptests.c sock.c

Log Message:
two new hacks:
- include <stdbool.h> so bool is available _KERNEL for sys/condvar.h
- include <sys/mutex.h> before defining _KERNEL so it won't try to
  include <machine/intr.h> which isn't available to userland.

fixes builds on sparc64.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/dist/ipf/ipsend/iptests.c \
    src/dist/ipf/ipsend/sock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.