openbsd-ports/net/dictd/patches/patch-libmaa_maaP_h
2010-05-22 21:55:24 +00:00

20 lines
440 B
Plaintext

$OpenBSD: patch-libmaa_maaP_h,v 1.1 2010/05/22 21:55:24 espie Exp $
--- libmaa/maaP.h.orig Sat May 22 23:52:39 2010
+++ libmaa/maaP.h Sat May 22 23:52:56 2010
@@ -33,6 +33,7 @@
#define __FUNCTION__ __FILE__
#endif
+#if 0
/* AIX requires this to be the first thing in the file. */
#if HAVE_ALLOCA_H
# include <alloca.h>
@@ -46,6 +47,7 @@
# endif
#endif
+#endif
/* Get string functions */
#if STDC_HEADERS
# include <string.h>