diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 09:39:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 09:39:52 +0000 |
commit | b681982d0415d9644b6d385816db80adedc80ef3 (patch) | |
tree | 24ad7b09f4fea795126e0717183c026ba09844e9 /multimedia | |
parent | 1fb5ebd43baa480df4adeeec013e8f481a4524b6 (diff) | |
download | ports-b681982d0415d9644b6d385816db80adedc80ef3.tar.gz ports-b681982d0415d9644b6d385816db80adedc80ef3.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/tosvcd/files/patch-tosvcd.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/multimedia/tosvcd/files/patch-tosvcd.c b/multimedia/tosvcd/files/patch-tosvcd.c index 0400030a1fc7..bb1c44b9f660 100644 --- a/multimedia/tosvcd/files/patch-tosvcd.c +++ b/multimedia/tosvcd/files/patch-tosvcd.c @@ -1,6 +1,11 @@ ---- tosvcd.c.orig Fri Oct 25 12:15:12 2002 -+++ tosvcd.c Fri Oct 25 12:16:27 2002 -@@ -29,9 +29,8 @@ +--- 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> @@ -11,7 +16,7 @@ #include <glob.h> -@@ -1322,7 +1321,7 @@ +@@ -1322,7 +1320,7 @@ // catch all signals //--------------------------------------------------- #if 1 |