wok view xpat2/stuff/xpat2.patch @ rev 7527

Changed all firefox-langpack to not force change locale. This so you can more then one installed on say a livecd.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Dec 05 21:45:02 2010 +0000 (2010-12-05)
parents
children
line source
1 --- xpat2-1.07-orig/src/loadsave.c Fri Jul 11 19:33:50 2008
2 +++ xpat2-1.07/src/loadsave.c Fri Jul 11 19:35:36 2008
3 @@ -31,6 +31,7 @@
4 # define NAME_MAX 14 /* every UNIX should have at least this */
5 #else
6 # include <unistd.h> /* for pathconf() */
7 +# include <sys/types.h>
8 # include <sys/utsname.h> /* for uname() */
9 #endif