openpkg/rpm.patch

changeset 741
c6ce86a2b636
parent 431
127559aa0c5e
equal deleted inserted replaced
1:7f361810fc26 2:1bb8fba90450
170 - + NAME_MAX + 1]; 170 - + NAME_MAX + 1];
171 + + PATH_MAX + 1]; 171 + + PATH_MAX + 1];
172 } 172 }
173 d64buf; 173 d64buf;
174 174
175 Index: rpmio/fnmatch.c
176 --- rpmio/fnmatch.c 2012-08-01 21:24:05.278487112 +0200
177 +++ rpmio/fnmatch.c.orig 2008-10-12 12:38:58.000000000 +0200
178 @@ -24,6 +24,9 @@
179
180 #include "system.h"
181
182 +/* Provide nonstandard constructs */
183 +#include "nonstandard.h"
184 +
185 #include <string.h>
186
187 #include "debug.h"
175 Index: lua/local/lposix.c 188 Index: lua/local/lposix.c
176 --- lua/local/lposix.c.orig 2009-03-06 23:52:45 +0100 189 --- lua/local/lposix.c.orig 2009-03-06 23:52:45 +0100
177 +++ lua/local/lposix.c 2009-09-20 19:57:28 +0200 190 +++ lua/local/lposix.c 2009-09-20 19:57:28 +0200
178 @@ -538,6 +538,7 @@ 191 @@ -538,6 +538,7 @@
179 return pushresult(L, mkdir(path, 0777), path); 192 return pushresult(L, mkdir(path, 0777), path);

mercurial