1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/sysutils/ipmitool/files/patch-include__ipmitool__ipmi_sdr.h
Greg Larkin d804999a0c - Patch the code to enable clean compiling on legacy (4.x) BSD systems.
PR:		ports/148269
Submitted by:	sbruno
Approved by:	Steve Polyack <spolyack at collaborativefusion dot com> (maintainer)
2010-07-28 14:04:20 +00:00

12 lines
287 B
C

--- ./include/ipmitool/ipmi_sdr.h.orig 2009-02-25 15:38:52.000000000 -0500
+++ ./include/ipmitool/ipmi_sdr.h 2010-07-23 14:46:07.000000000 -0400
@@ -277,7 +277,7 @@
uint16_t settable:8;
#endif
} read;
- };
+ } type;
} threshold;
} type;
} __attribute__ ((packed));