diff options
Diffstat (limited to 'audio/icecast/files/patch-src::static.c')
-rw-r--r-- | audio/icecast/files/patch-src::static.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/icecast/files/patch-src::static.c b/audio/icecast/files/patch-src::static.c deleted file mode 100644 index 264fa6403a78..000000000000 --- a/audio/icecast/files/patch-src::static.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/static.c -+++ src/static.c -@@ -232,9 +232,7 @@ - void - send_file_to_socket (connection_t *con, char *filename) - { -- struct stat buf; - int mp3file; -- char *suffix; - long length; - char buff[BUFSIZE]; - |