summaryrefslogtreecommitdiff
path: root/src/bin/common/shmfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/common/shmfile.c')
-rw-r--r--src/bin/common/shmfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/common/shmfile.c b/src/bin/common/shmfile.c
index 725c67b..7a51edd 100644
--- a/src/bin/common/shmfile.c
+++ b/src/bin/common/shmfile.c
@@ -25,7 +25,7 @@ void *shm_addr = NULL;
char *shmfile = NULL;
void
-shm_alloc(int dsize)
+shm_alloc(unsigned long dsize)
{
#ifdef HAVE_SHM_OPEN
if (!shmfile) shmfile = malloc(1024);