diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-16 11:31:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-16 11:31:09 +0000 |
commit | 15707b6d57de2e0e8be17e1de8f132eaeb125457 (patch) | |
tree | 40184f5dc91238cc2bac014ab928a25e56fd8c06 /multimedia/moonlight/files/patch-src_utils.cpp | |
parent | d1175b25b0e7fde57dd42d0d3ff8b02cf629573b (diff) |
Notes
Diffstat (limited to 'multimedia/moonlight/files/patch-src_utils.cpp')
-rw-r--r-- | multimedia/moonlight/files/patch-src_utils.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/moonlight/files/patch-src_utils.cpp b/multimedia/moonlight/files/patch-src_utils.cpp deleted file mode 100644 index d363fd459082..000000000000 --- a/multimedia/moonlight/files/patch-src_utils.cpp +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- src/utils.cpp.orig -+++ src/utils.cpp -@@ -16,6 +16,9 @@ - #include <fcntl.h> - #include <errno.h> - #include <stdlib.h> -+#ifdef __FreeBSD__ -+#include <unistd.h> -+#endif - - #include "utils.h" - #include "application.h" |