Standardize macro tests for gnu hurd
This also fixes breakage of GNU/hurd builds introduced by commit 3f82edbeb9
.
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
# include <sys/statvfs.h>
|
||||
# define statfs statvfs
|
||||
# define F_FLAGS f_flag
|
||||
#elif defined (__linux__) || (defined(__FreeBSD_kernel__) && \
|
||||
defined(__GLIBC__)) || defined(__GNU__)
|
||||
#elif defined(__linux__) || (defined(__FreeBSD_kernel__) && \
|
||||
defined(__GLIBC__)) || defined(__GNU__)
|
||||
# include <mntent.h>
|
||||
#endif
|
||||
|
||||
@@ -267,8 +267,8 @@ find_mounts(struct args *args)
|
||||
return list;
|
||||
}
|
||||
|
||||
#elif defined (__linux__) || (defined (__FreeBSD_kernel__) && \
|
||||
defined(__GLIBC__))
|
||||
#elif defined(__linux__) || (defined(__FreeBSD_kernel__) && \
|
||||
defined(__GLIBC__)) || defined(__GNU__)
|
||||
static struct mntent *
|
||||
getmntfile(const char *file)
|
||||
{
|
||||
|
Reference in New Issue
Block a user