| 123456789101112131415 |
- Index: diffstat.c
- --- diffstat.c.orig 2004-06-09 16:17:43 +0200
- +++ diffstat.c 2004-06-09 16:30:25 +0200
- @@ -118,8 +118,10 @@
- #ifdef HAVE_MALLOC_H
- #include <malloc.h>
- #else
- +#ifndef __FreeBSD__
- extern char *malloc();
- #endif
- +#endif
-
- #ifdef HAVE_GETOPT_H
- #include <getopt.h>
|