openbsd-ports/sysutils/freeipmi/patches/patch-libfreeipmi_src_ipmi-semaphores_h
wilfried fa7d0f0b1e import of freeipmi-0.4.6
FreeIPMI is a collection of Intelligent Platform Management IPMI
system software. It provides in-band and out-of-band software and
a development library conforming to the Intelligent Platform
Management Interface (IPMI v1.5 and v2.0) standards.
2007-10-25 18:17:02 +00:00

13 lines
507 B
Plaintext

$OpenBSD: patch-libfreeipmi_src_ipmi-semaphores_h,v 1.1.1.1 2007/10/25 18:17:02 wilfried Exp $
--- libfreeipmi/src/ipmi-semaphores.h.orig Tue Jul 18 22:33:04 2006
+++ libfreeipmi/src/ipmi-semaphores.h Tue Oct 23 16:36:02 2007
@@ -77,7 +77,7 @@ do { \
#define IPMI_MUTEX_UP(semid) IPMI_MUTEX_UNLOCK (semid)
-#if defined(__FreeBSD__)
+#ifndef __LINUX__
/* union semun is defined by including <sys/sem.h> */
#else
/* according to X/OPEN we have to define it ourselves */