Module Name:    othersrc
Committed By:   stacktic
Date:           Thu Apr  9 10:57:31 UTC 2009

Modified Files:
        othersrc/lib/libfsu_mount: fsu_mount.c

Log Message:
Removed tmpfs from the autodetect list.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 othersrc/lib/libfsu_mount/fsu_mount.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/lib/libfsu_mount/fsu_mount.c
diff -u othersrc/lib/libfsu_mount/fsu_mount.c:1.6 othersrc/lib/libfsu_mount/fsu_mount.c:1.7
--- othersrc/lib/libfsu_mount/fsu_mount.c:1.6	Thu Apr  9 10:37:04 2009
+++ othersrc/lib/libfsu_mount/fsu_mount.c	Thu Apr  9 10:57:31 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: fsu_mount.c,v 1.6 2009/04/09 10:37:04 pooka Exp $ */
+/* $NetBSD: fsu_mount.c,v 1.7 2009/04/09 10:57:31 stacktic Exp $ */
 
 /*
  * Copyright (c) 2008 Arnaud Ysmal.  All Rights Reserved.
@@ -122,7 +122,7 @@
 	{ MOUNT_SYSVBFS,&args.args_sysvbfs,	sizeof(struct sysvbfs_args),
 	  (parseargs_fp)mount_sysvbfs_parseargs,	0 },
 	{ MOUNT_TMPFS,	&args.args_tmpfs,	sizeof(struct tmpfs_args),
-	  (parseargs_fp)mount_tmpfs_parseargs,		0 },
+	  (parseargs_fp)mount_tmpfs_parseargs,		FS_NO_AUTODETECT },
 #ifdef WITH_SYSPUFFS
 	{ MOUNT_PUFFS,	&args.args_syspuffs,	sizeof(struct syspuffs_args),
 	  (parseargs_fp)mount_syspuffs_parseargs,	FS_NO_AUTODETECT },

Reply via email to