merge r2110 from trunk

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/prepare-0.9.10@2164 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2008-03-27 23:32:57 +00:00
parent 39de4dd53f
commit 5045d26c48

View file

@ -318,6 +318,7 @@ int pa_shm_attach_ro(pa_shm *m, unsigned id) {
int pa_shm_cleanup(void) {
#ifdef HAVE_SHM_OPEN
#ifdef SHM_PATH
DIR *d;
struct dirent *de;
@ -375,7 +376,8 @@ int pa_shm_cleanup(void) {
}
closedir(d);
#endif
#endif /* SHM_PATH */
#endif /* HAVE_SHM_OPEN */
return 0;
}