patch-resolv_c 261 B

123456789101112
  1. $OpenBSD: patch-resolv_c,v 1.1 2015/01/16 22:09:30 naddy Exp $
  2. --- resolv.c.orig Tue Dec 11 17:37:05 2012
  3. +++ resolv.c Fri Jan 16 23:04:39 2015
  4. @@ -15,6 +15,7 @@
  5. */
  6. #include <sys/types.h>
  7. +#include <limits.h>
  8. #include <unistd.h>
  9. #if defined(__linux__)