d8eebf4c22
if it is likely not going to run. Fix CONF_FILES.
15 lines
578 B
Text
15 lines
578 B
Text
$NetBSD: patch-ag,v 1.3 2013/03/24 16:51:08 joerg Exp $
|
|
--- PlaylistBroadcaster.tproj/BCasterTracker.cpp.orig 2003-08-15 23:53:06.000000000 +0000
|
|
+++ PlaylistBroadcaster.tproj/BCasterTracker.cpp
|
|
@@ -49,8 +49,10 @@
|
|
#include <fcntl.h>
|
|
#include <sys/file.h>
|
|
#include <sys/stat.h>
|
|
+#ifndef __NetBSD__
|
|
#include <sys/types.h>
|
|
-#if !(defined(__solaris__) || defined(__osf__) || defined(__hpux__))
|
|
+#endif
|
|
+#if !(defined(__solaris__) || defined(__osf__) || defined(__hpux__) || defined(__NetBSD__) || defined(__DragonFly__))
|
|
#include <sys/sysctl.h>
|
|
#endif
|
|
#include <sys/time.h>
|