ff2d82068c
is already defined in the sys/signal.h header Submitted by: Niklas Sorensson <nik@cs.chalmers.se> Prodded by: kris via pointyhat
13 lines
243 B
C
13 lines
243 B
C
--- include/vg_kerneliface.h.orig Wed Feb 15 18:39:37 2006
|
|
+++ include/vg_kerneliface.h Wed Feb 15 18:39:03 2006
|
|
@@ -177,6 +177,10 @@
|
|
|
|
#ifdef __FreeBSD__
|
|
|
|
+#ifdef si_band
|
|
+#undef si_band
|
|
+#endif
|
|
+
|
|
typedef
|
|
struct {
|
|
Int si_signo;
|