repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
audio
/
arts
/
patches
/
patch-af
blob
ee02fbcdf029f7eae3e5e910dbd81186c1a7193e
1
$NetBSD: patch-af,v 1.1.2.1 2002/06/23 18:37:35 jlam Exp $
2
3
--- flow/gsl/gslcommon.c.orig Thu May 30 13:24:35 2002
4
+++ flow/gsl/gslcommon.c
5
@@ -23,7 +23,9 @@
6
#include <fcntl.h>
7
#include <sys/utsname.h>
8
#include <string.h>
9
+#if !defined(__NetBSD__)
10
#include <sched.h>
11
+#endif
12
#include <errno.h>
13
#include <sys/poll.h>
14
#include <sys/stat.h>