diff options
Diffstat (limited to 'devel/simgear/files/patch-simgear-misc-sg_path.cxx')
-rw-r--r-- | devel/simgear/files/patch-simgear-misc-sg_path.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/simgear/files/patch-simgear-misc-sg_path.cxx b/devel/simgear/files/patch-simgear-misc-sg_path.cxx deleted file mode 100644 index 8e8755f12a75..000000000000 --- a/devel/simgear/files/patch-simgear-misc-sg_path.cxx +++ /dev/null @@ -1,12 +0,0 @@ -Add missing include for unlink(2) call - ---- simgear/misc/sg_path.cxx.orig 2020-05-22 20:11:33 UTC -+++ simgear/misc/sg_path.cxx -@@ -31,6 +31,7 @@ - - #include <cstring> - #include <stdio.h> -+#include <unistd.h> - #include <sys/stat.h> - #include <errno.h> - #include <fstream> |