Fixes for compiling under freebsd

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@562 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-01-28 22:12:28 +00:00
parent a15de98314
commit 91d4dc20b9
10 changed files with 18 additions and 14 deletions

2
init.c
View File

@@ -170,7 +170,7 @@ void Rechercher_drives(void)
Liste_points_montage->me_mountdir);
}
next = Liste_points_montage -> me_next;
#ifndef __macosx__
#if !(defined(__macosx__) || defined(__FreeBSD__))
free(Liste_points_montage -> me_type);
#endif
free(Liste_points_montage);