diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-13 10:55:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-13 10:55:38 +0000 |
commit | bac6e092c4705f6a79bf323ae7961d92aa017bb5 (patch) | |
tree | 945be4c82f4ab2b27427f5ba33627b6ec0e06991 /graphics/camediaplay/files | |
parent | 0bd8a54ab1df83aba8d606431f2ca378711e1d69 (diff) |
Notes
Diffstat (limited to 'graphics/camediaplay/files')
-rw-r--r-- | graphics/camediaplay/files/patch-src_main.c | 11 | ||||
-rw-r--r-- | graphics/camediaplay/files/patch-src_uucplock.c | 33 |
2 files changed, 0 insertions, 44 deletions
diff --git a/graphics/camediaplay/files/patch-src_main.c b/graphics/camediaplay/files/patch-src_main.c deleted file mode 100644 index 3954f4c2aba9..000000000000 --- a/graphics/camediaplay/files/patch-src_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ../src/main.c.orig 2011-09-16 09:04:34.000000000 +0800 -+++ ../src/main.c 2011-09-16 09:06:34.000000000 +0800 -@@ -1491,7 +1491,7 @@ cleanup() - uucpunlock(n0); - } - --void -+int - main(argc, argv) - int argc; - char **argv; diff --git a/graphics/camediaplay/files/patch-src_uucplock.c b/graphics/camediaplay/files/patch-src_uucplock.c deleted file mode 100644 index 622c37b52241..000000000000 --- a/graphics/camediaplay/files/patch-src_uucplock.c +++ /dev/null @@ -1,33 +0,0 @@ ---- ../src/uucplock.c.bak 1999-12-02 11:12:18.000000000 +0800 -+++ ../src/uucplock.c 2011-09-16 09:09:05.000000000 +0800 -@@ -37,9 +37,13 @@ static char sccsid[] = "@(#)uucplock.c 5 - - #include "config.h" - -+#include <sys/types.h> -+#include <stdio.h> -+#include <signal.h> - #include <sys/file.h> --#include <sys/dir.h> -+#include <dirent.h> - #include <errno.h> -+#include <unistd.h> - - #include "pathnames.h" - -@@ -49,6 +53,7 @@ static char sccsid[] = "@(#)uucplock.c 5 - * -1 - failure - */ - -+int - uu_lock(ttyname) - char *ttyname; - { -@@ -101,6 +106,7 @@ uu_lock(ttyname) - return(0); - } - -+int - uu_unlock(ttyname) - char *ttyname; - { |