blob: 044b14c5099b080f9818aba51bb2cf6bb0e5df3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
--- gencat/genlib.c 2006-08-02 20:11:44.000000000 +0200
+++ gencat/genlib.c.oden 2008-12-21 19:18:50.000000000 +0100
@@ -47,6 +47,7 @@ up-to-date. Many thanks.
01/14/91 4 nazgul Off by one on number specified entries
*/
+#undef _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#ifdef SYSV
|