Probably really ported Browser to the HURD

This commit is contained in:
Pierre Pronchery 2010-10-05 22:41:46 +00:00
parent 82375c1eeb
commit ced3f511ff

View File

@ -18,7 +18,7 @@ static char const _license[] =
#include <sys/param.h>
#ifndef __hurd__ /* XXX hurd portability */
#ifndef __GNU__ /* XXX hurd portability */
# include <sys/mount.h>
# ifdef __linux__ /* XXX linux portability */
# define unmount(a, b) umount(a)