mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
d804999a0c
PR: ports/148269 Submitted by: sbruno Approved by: Steve Polyack <spolyack at collaborativefusion dot com> (maintainer)
12 lines
287 B
C
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));
|