summaryrefslogtreecommitdiff
path: root/multimedia/tosvcd/files/patch-tosvcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/tosvcd/files/patch-tosvcd.c')
-rw-r--r--multimedia/tosvcd/files/patch-tosvcd.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/multimedia/tosvcd/files/patch-tosvcd.c b/multimedia/tosvcd/files/patch-tosvcd.c
deleted file mode 100644
index bb1c44b9f660..000000000000
--- a/multimedia/tosvcd/files/patch-tosvcd.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- tosvcd.c.orig Fri Sep 13 10:08:52 2002
-+++ tosvcd.c Mon Nov 18 16:56:27 2002
-@@ -24,14 +24,12 @@
- #include <fcntl.h>
- #include <errno.h>
- #include <string.h>
--#include <stdint.h>
- #include <sys/stat.h>
- #include <time.h>
- #include <pthread.h>
- #include <list>
--#include <values.h>
- #include <signal.h>
--#include <wait.h>
-+#include <sys/wait.h>
- #include <glob.h>
-
-
-@@ -1322,7 +1320,7 @@
- // catch all signals
- //---------------------------------------------------
- #if 1
-- for (int i = 0; i < _NSIG; ++i) {
-+ for (int i = 0; i < NSIG; ++i) {
- if (i != SIGABRT)
- signal(i, catchSignal);
- }