Fixed compilation on NetBSD
This commit is contained in:
parent
64ebdef604
commit
99c8617dfd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user