aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/patches/socket.patch
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-09 20:55:26 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-09 20:55:26 +0000
commitf7cf8b000d6bcb9d9f1d62d397bb865b59a63ee7 (patch)
tree0ee5a845ec26163fb2f266c43250e2e5bf17f0b2 /packages/darwin_app/patches/socket.patch
parente493c9aa07675099253e07ac3eb1ccf10880a8e2 (diff)
added minor font/anti-aliasing tweak; removed old patches
svn path=/trunk/; revision=3152
Diffstat (limited to 'packages/darwin_app/patches/socket.patch')
-rw-r--r--packages/darwin_app/patches/socket.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/darwin_app/patches/socket.patch b/packages/darwin_app/patches/socket.patch
deleted file mode 100644
index 1480f4ae..00000000
--- a/packages/darwin_app/patches/socket.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Index: s_inter.c
-===================================================================
-RCS file: /cvsroot/pure-data/pd/src/s_inter.c,v
-retrieving revision 1.4
-diff -r1.4 s_inter.c
-643a644,648
-> #ifdef MACOSX
-> if (setsockopt(xsock, SOL_SOCKET, SO_REUSEADDR,
-> &intarg, sizeof(intarg)) < 0)
-> post("setsockopt (SO_REUSEADDR) failed\n");
-> #endif