diffstat.patch 282 B

123456789101112131415
  1. Index: diffstat.c
  2. --- diffstat.c.orig 2004-06-09 16:17:43 +0200
  3. +++ diffstat.c 2004-06-09 16:30:25 +0200
  4. @@ -118,8 +118,10 @@
  5. #ifdef HAVE_MALLOC_H
  6. #include <malloc.h>
  7. #else
  8. +#ifndef __FreeBSD__
  9. extern char *malloc();
  10. #endif
  11. +#endif
  12. #ifdef HAVE_GETOPT_H
  13. #include <getopt.h>