openbsd-ports/sysutils/freeipmi/patches/patch-ipmipower_src_wrappers_c
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
456 B
Plaintext

$OpenBSD: patch-ipmipower_src_wrappers_c,v 1.1.1.1 2007/10/25 18:17:02 wilfried Exp $
--- ipmipower/src/wrappers.c.orig Fri Dec 15 18:26:44 2006
+++ ipmipower/src/wrappers.c Tue Oct 23 17:05:32 2007
@@ -512,7 +512,7 @@ Regexec(const regex_t * preg, const char *string,
int n;
char buf[MAX_REG_BUF];
-#ifndef __FreeBSD__
+#ifdef __LINUX__
/* Review: undocumented, is it needed? */
re_syntax_options = RE_SYNTAX_POSIX_EXTENDED;
#endif