mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Fix build on 7-current by avoiding conflict in si_band macro, that
is already defined in the sys/signal.h header Submitted by: Niklas Sorensson <nik@cs.chalmers.se> Prodded by: kris via pointyhat
This commit is contained in:
parent
ecdceac1b1
commit
ff2d82068c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156129
2 changed files with 27 additions and 3 deletions
|
@ -0,0 +1,13 @@
|
|||
--- 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;
|
|
@ -1,6 +1,17 @@
|
|||
--- include/vg_kerneliface.h.orig Mon Sep 19 21:20:22 2005
|
||||
+++ include/vg_kerneliface.h Mon Sep 19 21:22:41 2005
|
||||
@@ -975,6 +975,8 @@
|
||||
--- include/vg_kerneliface.h.orig Fri Jul 16 19:35:22 2004
|
||||
+++ include/vg_kerneliface.h Wed Feb 15 18:24:26 2006
|
||||
@@ -177,6 +177,10 @@
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
|
||||
+#ifdef si_band
|
||||
+#undef si_band
|
||||
+#endif
|
||||
+
|
||||
typedef
|
||||
struct {
|
||||
Int si_signo;
|
||||
@@ -975,6 +979,8 @@
|
||||
unsigned long long rlim_max;
|
||||
} vki_rlimit;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue