summaryrefslogtreecommitdiff
path: root/mail/prayer/patches/patch-lib_os__bsd.h
blob: eaec76eff138e4e437a1eb23eb835bae2601f774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-lib_os__bsd.h,v 1.1 2011/06/30 01:17:38 schnoebe Exp $

--- lib/os_bsd.h.orig	2010-07-08 09:34:25.000000000 +0000
+++ lib/os_bsd.h
@@ -11,6 +11,6 @@
 #ifdef __GLIBC__
 #include <sys/file.h>
 #include <pty.h>
-#else
+#elif !defined(__NetBSD__)
 #include <libutil.h>
 #endif