mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 11:45:18 -04:00
14 lines
313 B
C
14 lines
313 B
C
$NetBSD: patch-config.h.in,v 1.1 2012/02/16 15:07:48 hans Exp $
|
|
|
|
--- config.h.in.orig 2012-01-20 19:10:13.658229763 +0100
|
|
+++ config.h.in 2012-01-20 19:12:30.887940973 +0100
|
|
@@ -163,7 +163,7 @@
|
|
* that defines bzero.
|
|
*/
|
|
|
|
-#if defined(_AIX)
|
|
+#if defined(_AIX) || defined(__sun)
|
|
#include <strings.h>
|
|
#endif
|
|
|