]> git.pld-linux.org Git - packages/freeipmi.git/blob - freeipmi-wrap.patch
- updated to 0.7.8
[packages/freeipmi.git] / freeipmi-wrap.patch
1 --- freeipmi-0.6.4/ipmipower/src/wrappers.c.fix 2008-06-14 10:00:22.660063618 +0200
2 +++ freeipmi-0.6.4/ipmipower/src/wrappers.c     2008-06-14 10:00:36.659101479 +0200
3 @@ -537,10 +537,6 @@ Regexec(const regex_t * preg, const char
4      int n;
5      char buf[MAX_REG_BUF];
6  
7 -#ifndef __FreeBSD__
8 -    /* Review: undocumented, is it needed? */
9 -    re_syntax_options = RE_SYNTAX_POSIX_EXTENDED;
10 -#endif
11      Strncpy(buf, string, MAX_REG_BUF);
12      n = regexec(preg, buf, nmatch, pmatch, eflags);
13      return n;
This page took 0.114469 seconds and 3 git commands to generate.