patch-glob_c 281 B

123456789101112131415
  1. $OpenBSD: patch-glob_c,v 1.1 2009/02/14 09:46:59 jasper Exp $
  2. Fix potential 64-bit issue.
  3. --- glob.c.orig Sat Feb 14 10:42:13 2009
  4. +++ glob.c Sat Feb 14 10:42:23 2009
  5. @@ -8,6 +8,7 @@
  6. #include "config.h"
  7. #endif
  8. +#include <string.h>
  9. #include <ctype.h>
  10. #include "opennap.h"