summaryrefslogtreecommitdiff
path: root/ham/gnuradio-core/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gnuradio-core/patches/patch-ac')
-rw-r--r--ham/gnuradio-core/patches/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/ham/gnuradio-core/patches/patch-ac b/ham/gnuradio-core/patches/patch-ac
deleted file mode 100644
index 25cf63d24ba..00000000000
--- a/ham/gnuradio-core/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2006/11/13 16:59:22 wulf Exp $
-
---- gnuradio-core/src/lib/io/gr_file_descriptor_sink.cc.orig 2006-09-14 07:00:04.000000000 +0930
-+++ gnuradio-core/src/lib/io/gr_file_descriptor_sink.cc 2006-10-13 23:24:55.000000000 +0930
-@@ -32,6 +32,9 @@
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <stdexcept>
-+#ifdef HAVE_UNISTD_H
-+#include <unistd.h>
-+#endif
-
-
- gr_file_descriptor_sink::gr_file_descriptor_sink (size_t itemsize, int fd)