summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_misc.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2004-11-13 07:19:27 +0000
committerchristos <christos@NetBSD.org>2004-11-13 07:19:27 +0000
commit44264ea2a6c982d4c477205fceba0d5fcffe9edb (patch)
tree80efb734898de90a5e21f88421df9121d196db37 /sys/compat/linux/common/linux_misc.h
parentd5b128a7286c7f846b55153a9d67620865bf54f3 (diff)
Add ptyfs magic number and entry.
Diffstat (limited to 'sys/compat/linux/common/linux_misc.h')
-rw-r--r--sys/compat/linux/common/linux_misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_misc.h b/sys/compat/linux/common/linux_misc.h
index 108838b7036..63147c27a8c 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.10 2004/10/07 19:30:28 erh Exp $ */
+/* $NetBSD: linux_misc.h,v 1.11 2004/11/13 07:19:27 christos Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -114,6 +114,7 @@ struct linux_sysinfo {
#define LINUX_SYSV4_SUPER_MAGIC (LINUX_SYSV_MAGIC_BASE + 2)
#define LINUX_SYSV_MAGIC_BASE 0x012FF7B3
#define LINUX_USBDEVICE_SUPER_MAGIC 0x00009fa2
+#define LINUX_DEVPTS_SUPER_MAGIC 0x00001cd1
#define LINUX_XENIX_SUPER_MAGIC (LINUX_SYSV_MAGIC_BASE + 1)
struct linux_mnttypes {