mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
13 lines
288 B
C
13 lines
288 B
C
$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
|