strstr: Update cross-compilation guess.
[pspp] / lib / di-set.c
index 5e839a311ec1d38ad252cb3aafdf429d995d215e..4730e750a442ec727716f11265a19185640a2eca 100644 (file)
@@ -233,7 +233,7 @@ di_set_insert (struct di_set *dis, dev_t dev, ino_t ino)
     return -1;
 
   /* Put I into the inode set.  */
-  return hash_insert0 (ino_set, (void *) i, NULL);
+  return hash_insert0 (ino_set, (void const *) i, NULL);
 }
 
 /* Look up the DEV,INO pair in the set DIS.