projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe801c
)
ipc: remove extraneous call to sysconf()
author
Marc Fournier
<marc.fournier@camptocamp.com>
Wed, 8 Apr 2015 22:49:28 +0000
(
00:49
+0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Wed, 8 Apr 2015 22:49:28 +0000
(
00:49
+0200)
src/ipc.c
patch
|
blob
|
history
diff --git
a/src/ipc.c
b/src/ipc.c
index
3cf5367
..
2d2db2a
100644
(file)
--- a/
src/ipc.c
+++ b/
src/ipc.c
@@
-203,7
+203,6
@@
static int ipc_read_shm (void) /* {{{ */
{
#if KERNEL_LINUX
struct shm_info shm_info;
- pagesize_g = sysconf(_SC_PAGESIZE);
if ( shmctl(0, SHM_INFO, (struct shmid_ds *) (void *) &shm_info) < 0 )
{