Fix a few compile time warnings

This commit is contained in:
Thomas Veerman
2010-07-02 12:41:19 +00:00
parent 9a37f63263
commit 34a2864e27
25 changed files with 99 additions and 90 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ PRIVATE void list_shm_ds(void)
int i;
printf("key\tid\tpage\n");
for (i = 0; i < shm_list_nr; i++)
printf("%d\t%d\t%x\n",
printf("%ld\t%d\t%lx\n",
shm_list[i].key,
shm_list[i].id,
shm_list[i].page);