summaryrefslogtreecommitdiff
path: root/multimedia/toxine/files/extra-patch-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/toxine/files/extra-patch-main.c')
-rw-r--r--multimedia/toxine/files/extra-patch-main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/toxine/files/extra-patch-main.c b/multimedia/toxine/files/extra-patch-main.c
deleted file mode 100644
index b0fa8b5aa284..000000000000
--- a/multimedia/toxine/files/extra-patch-main.c
+++ /dev/null
@@ -1,13 +0,0 @@
-FreeBSD 4.X does not have O_SYNC yet
-
---- src/main.c.orig Mon Apr 12 17:55:02 2004
-+++ src/main.c Wed Jul 6 12:16:42 2005
-@@ -207,7 +207,7 @@
- {
- char *ofile = (optarg) ? optarg : "toxine.out";
-
-- if((tox->msg_fd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC | O_SYNC, 0644)) < 0) {
-+ if((tox->msg_fd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC | O_FSYNC, 0644)) < 0) {
- fprintf(stderr, "Cannot open %s: %s\n", ofile, strerror(errno));
- exit(1);
- }