diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/mod_mp3/files/patch-aa | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Diffstat (limited to 'www/mod_mp3/files/patch-aa')
-rw-r--r-- | www/mod_mp3/files/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/mod_mp3/files/patch-aa b/www/mod_mp3/files/patch-aa deleted file mode 100644 index e37984255fbf..000000000000 --- a/www/mod_mp3/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -*** src/mod_mp3.c.orig Mon Nov 18 11:26:53 2002 ---- src/mod_mp3.c Mon Nov 18 11:26:42 2002 -*************** -*** 6,12 **** - #include "mod_mp3.h" - - /* Setup for our scoreboard */ -! static key_t shmkey = IPC_CREAT; - - extern mp3_dispatch internal; - #ifdef MYSQL_ENABLED ---- 6,12 ---- - #include "mod_mp3.h" - - /* Setup for our scoreboard */ -! static key_t shmkey = IPC_PRIVATE; - - extern mp3_dispatch internal; - #ifdef MYSQL_ENABLED - |