freebsd-ports/www/mod_mp3/files/patch-aa
Daichi GOTO 2ce037dd05 bug fix: www/mod_mp3
mod_mp3 0.39 requires this patch for a runtime error

PR:		52257
Submitted by:	Bruce Walker <bmw@mxtreme.com>
2003-06-27 05:00:36 +00:00

20 lines
442 B
Text

*** 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