[pulseaudio-tickets] [PulseAudio] #200: [PATCH] uses shm_unlink even when HAVE_SHM_OPEN is not set
PulseAudio
trac-noreply at tango.0pointer.de
Fri Dec 28 06:25:43 PST 2007
#200: [PATCH] uses shm_unlink even when HAVE_SHM_OPEN is not set
----------------------+-----------------------------------------------------
Reporter: matthijs | Owner: lennart
Type: defect | Status: new
Priority: normal | Milestone:
Component: core | Severity: normal
Keywords: |
----------------------+-----------------------------------------------------
In {{{pulsecore.c}}}, {{{pa_shm_cleanup}}} uses {{{shm_unlink}}}. This is
protected by an {{{#ifdef SHM_PATH}}}, but not by {{{#ifdef
HAVE_SHM_OPEN}}}. This breaks compilation on systems where SHM is not
available.
The attached (trivial) patch adds the extra {{{#ifdef}}}
--
Ticket URL: <http://www.pulseaudio.org/ticket/200>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
More information about the pulseaudio-bugs
mailing list