flex.patch 286 B

123456789101112
  1. --- flexdef.h.orig Fri Sep 13 03:17:22 2002
  2. +++ flexdef.h Sun Oct 6 10:21:59 2002
  3. @@ -115,7 +115,7 @@
  4. #ifdef HAVE_SYS_TYPES_H
  5. #include <sys/types.h>
  6. #endif
  7. -#ifdef HAVE_MALLOC_H
  8. +#if defined(HAVE_MALLOC_H) && !defined(__FreeBSD__)
  9. #include <malloc.h>
  10. #endif
  11. #ifdef HAVE_UNISTD_H