projects
/
profile
/
ivi
/
pulseaudio-panda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84cd233
)
make shm marker architecture independant, patch from michich, closes #401
author
Lennart Poettering
<lennart@poettering.net>
Sat, 1 Nov 2008 20:41:07 +0000
(21:41 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Sat, 1 Nov 2008 20:41:07 +0000
(21:41 +0100)
src/pulsecore/shm.c
patch
|
blob
|
history
diff --git
a/src/pulsecore/shm.c
b/src/pulsecore/shm.c
index
b299757
..
c59d247
100644
(file)
--- a/
src/pulsecore/shm.c
+++ b/
src/pulsecore/shm.c
@@
-73,10
+73,10
@@
struct shm_marker PA_GCC_PACKED {
pa_atomic_t marker; /* 0xbeefcafe */
pa_atomic_t pid;
- uint64_t
*_reserver
d1;
- uint64_t
*_reserver
d2;
- uint64_t
*_reserver
d3;
- uint64_t
*_reserver
d4;
+ uint64_t
_reserve
d1;
+ uint64_t
_reserve
d2;
+ uint64_t
_reserve
d3;
+ uint64_t
_reserve
d4;
};
static char *segment_name(char *fn, size_t l, unsigned id) {