mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 21:10:24 -04:00
15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
$NetBSD: patch-bc,v 1.1 2005/03/02 21:42:48 wiz Exp $
|
|
|
|
--- perl/sieve/lib/request.c.orig Sun Nov 28 15:14:46 2004
|
|
+++ perl/sieve/lib/request.c Sun Nov 28 15:14:47 2004
|
|
@@ -51,7 +51,9 @@
|
|
#include <sys/stat.h>
|
|
#include <sys/types.h>
|
|
#include <sys/ipc.h>
|
|
+#if !defined(__APPLE__)
|
|
#include <sys/msg.h>
|
|
+#endif
|
|
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|