wok annotate xpat2/stuff/xpat2.patch @ rev 5271
linux: increase gzip compression
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 15 18:22:14 2010 +0200 (2010-04-15) |
parents | |
children |
rev | line source |
---|---|
wcnagel@1042 | 1 --- xpat2-1.07-orig/src/loadsave.c Fri Jul 11 19:33:50 2008 |
wcnagel@1042 | 2 +++ xpat2-1.07/src/loadsave.c Fri Jul 11 19:35:36 2008 |
wcnagel@1042 | 3 @@ -31,6 +31,7 @@ |
wcnagel@1042 | 4 # define NAME_MAX 14 /* every UNIX should have at least this */ |
wcnagel@1042 | 5 #else |
wcnagel@1042 | 6 # include <unistd.h> /* for pathconf() */ |
wcnagel@1042 | 7 +# include <sys/types.h> |
wcnagel@1042 | 8 # include <sys/utsname.h> /* for uname() */ |
wcnagel@1042 | 9 #endif |
wcnagel@1042 | 10 |