Fixed compilation on NetBSD

This commit is contained in:
Pierre Pronchery 2007-07-31 02:06:46 +00:00
parent 64ebdef604
commit 99c8617dfd

View File

@ -15,11 +15,11 @@
#include <sys/param.h>
#include <sys/mount.h>
#ifdef __linux__ /* XXX linux portability */
# define unmount(a, b) umount(a)
#endif
#include <sys/param.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>