diff options
Diffstat (limited to 'sys/compat/linux/common/linux_misc.h')
| -rw-r--r-- | sys/compat/linux/common/linux_misc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_misc.h b/sys/compat/linux/common/linux_misc.h index 27c363d0284..3ed0a937689 100644 --- a/sys/compat/linux/common/linux_misc.h +++ b/sys/compat/linux/common/linux_misc.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_misc.h,v 1.21 2011/05/30 17:50:32 alnsn Exp $ */ +/* $NetBSD: linux_misc.h,v 1.22 2012/09/13 13:59:33 pooka Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -116,8 +116,8 @@ struct linux_sysinfo { #define LINUX_XENIX_SUPER_MAGIC (LINUX_SYSV_MAGIC_BASE + 1) struct linux_mnttypes { - const char *bsd; - int linux; + const char *mty_bsd; + int mty_linux; }; extern const struct linux_mnttypes linux_fstypes[]; extern const int linux_fstypes_cnt; |
