14 lines
377 B
Plaintext
14 lines
377 B
Plaintext
$NetBSD: patch-aa,v 1.5 2006/07/07 18:47:52 ghen Exp $
|
|
|
|
--- src/netsupport.c.orig 2006-03-14 01:33:01.000000000 +0000
|
|
+++ src/netsupport.c
|
|
@@ -38,7 +38,7 @@
|
|
#ifdef _AIX
|
|
#pragma alloca
|
|
#else
|
|
-#ifndef alloca /* predefined by HP cc +Olibcalls */
|
|
+#if !defined(alloca) && !defined(__DragonFly__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
|
|
char *alloca();
|
|
#endif
|
|
#endif
|