py-setuptools: 0.6c8 -> 0.6c9
[nslu2-linux/optware.git] / sources / dump / mainc-uclibc.patch
blobfa237e1a32e3ec9c851f4ca95bc76f321d7cd14e
1 --- dump/dump/main.c.orig 2007-02-02 10:28:36.000000000 +0100
2 +++ dump/dump/main.c 2007-02-02 10:29:39.000000000 +0100
3 @@ -45,7 +45,9 @@
4 #include <ctype.h>
5 #include <compaterr.h>
6 #include <fcntl.h>
7 -#include <fstab.h>
8 +#ifndef __UCLIBC__
9 +# include <fstab.h>
10 +#endif
11 #include <signal.h>
12 #include <stdio.h>
13 #include <stdlib.h>