summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/common/linux_misc.c')
-rw-r--r--sys/compat/linux/common/linux_misc.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_misc.c b/sys/compat/linux/common/linux_misc.c
index 792a07e459e..0c617766b8f 100644
--- a/sys/compat/linux/common/linux_misc.c
+++ b/sys/compat/linux/common/linux_misc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_misc.c,v 1.133 2004/10/07 19:30:28 erh Exp $ */
+/* $NetBSD: linux_misc.c,v 1.134 2004/11/13 07:19:27 christos Exp $ */
/*-
* Copyright (c) 1995, 1998, 1999 The NetBSD Foundation, Inc.
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.133 2004/10/07 19:30:28 erh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_misc.c,v 1.134 2004/11/13 07:19:27 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -154,7 +154,8 @@ const struct linux_mnttypes linux_fstypes[] = {
{ MOUNT_CODA, LINUX_CODA_SUPER_MAGIC },
{ MOUNT_FILECORE, LINUX_DEFAULT_SUPER_MAGIC },
{ MOUNT_NTFS, LINUX_DEFAULT_SUPER_MAGIC },
- { MOUNT_SMBFS, LINUX_SMB_SUPER_MAGIC }
+ { MOUNT_SMBFS, LINUX_SMB_SUPER_MAGIC },
+ { MOUNT_PTYFS, LINUX_DEVPTS_SUPER_MAGIC }
};
const int linux_fstypes_cnt = sizeof(linux_fstypes) / sizeof(linux_fstypes[0]);