summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_misc.h
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2012-09-13 13:59:33 +0000
committerpooka <pooka@NetBSD.org>2012-09-13 13:59:33 +0000
commite01c2439d9d20856128a79e77fa6d032aeebe72a (patch)
tree8fdff929d011a20d4973c7e06fb043c4fb8a622c /sys/compat/linux/common/linux_misc.h
parentcef7e67a70b644c35be792195b239ddf8b6a8a86 (diff)
Rename structure members to make the code compile in environments
where "linux" is #defined.
Diffstat (limited to 'sys/compat/linux/common/linux_misc.h')
-rw-r--r--sys/compat/linux/common/linux_misc.h6
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;