diff options
Diffstat (limited to 'audio/icecast/files/patch-src::main.c')
-rw-r--r-- | audio/icecast/files/patch-src::main.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/icecast/files/patch-src::main.c b/audio/icecast/files/patch-src::main.c deleted file mode 100644 index f42a0be38022..000000000000 --- a/audio/icecast/files/patch-src::main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.c -+++ src/main.c -@@ -544,7 +544,7 @@ - directory_server_t *ds; - int i; - avl_traverser trav = {0}; -- static main_shutting_down = 0; -+ static int main_shutting_down = 0; - - thread_library_lock (); - if (!main_shutting_down) |