mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
$NetBSD: patch-af,v 1.2 2002/08/25 19:21:45 jlam Exp $
|
|
|
|
--- flow/gsl/gslcommon.c.orig Thu May 30 13:24:35 2002
|
|
+++ flow/gsl/gslcommon.c
|
|
@@ -23,7 +23,9 @@
|
|
#include <fcntl.h>
|
|
#include <sys/utsname.h>
|
|
#include <string.h>
|
|
+#if !defined(__NetBSD__)
|
|
#include <sched.h>
|
|
+#endif
|
|
#include <errno.h>
|
|
#include <sys/poll.h>
|
|
#include <sys/stat.h>
|