Browse Source

- small fixup

Andrei Pelinescu-Onciul 23 years ago
parent
commit
bcd2de1d6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mem/shm_mem.c

+ 1 - 0
mem/shm_mem.c

@@ -127,6 +127,7 @@ int shm_mem_init()
 
 #ifndef FAST_LOCK
 	union semun su;
+	int ret;
 #endif
 #ifdef SHM_MMAP
 	int fd;