3 --- libxcmd/paths.c 2005/12/29 16:23:04 1.1
4 +++ libxcmd/paths.c 2005/12/29 16:25:03
6 fs_table_initialise_mounts(
9 +#if (defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900))
10 + struct statvfs *stats;
14 char *dir = NULL, *fsname = NULL, *fslog = NULL, *fsrt = NULL;
15 int i, count, found = 0, error = 0;