Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/dist/ipf/ipsend
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.
Home |
Main Index |
Thread Index |
Old Index