pkgsrc/net/cmu-dhcpd/patches/patch-ab
agc 9ab469df10 Patch aclocal.m4 so that it includes the <errno.h> header before
testing for sys_nerr, so that this compiles on NetBSD.  Add a patch
for the re-generated configure script. Fixes a problem noticed in
recent bulk builds.
2004-03-15 08:35:43 +00:00

12 lines
328 B
Text

$NetBSD: patch-ab,v 1.1 2004/03/15 08:35:43 agc Exp $
--- aclocal.m4 2004/03/15 08:07:48 1.1
+++ aclocal.m4 2004/03/15 08:10:11
@@ -229,6 +229,7 @@
[AC_TRY_COMPILE([
#include "confdefs.h" /* the header built by configure so far */
#include <stdio.h>
+#include <errno.h>
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif