From df904ed19809a3f136cf417d932adf8aa5920da4 Mon Sep 17 00:00:00 2001 From: chuck Date: Tue, 5 Feb 2002 19:35:03 +0000 Subject: [PATCH] after discussion with christos, use string "hidden" rather than "ignored" --- sys/sys/mount.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 45a0563025f8..3fe71c4fe297 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -1,4 +1,4 @@ -/* $NetBSD: mount.h,v 1.94 2002/01/30 21:39:51 christos Exp $ */ +/* $NetBSD: mount.h,v 1.95 2002/02/05 19:35:03 chuck Exp $ */ /* * Copyright (c) 1989, 1991, 1993 @@ -175,7 +175,7 @@ struct mount { { MNT_UNION, 0, "union" }, \ { MNT_ASYNC, 0, "asynchronous" }, \ { MNT_NOCOREDUMP, 0, "nocoredump" }, \ - { MNT_IGNORE, 1, "ignored" }, \ + { MNT_IGNORE, 0, "hidden" }, \ { MNT_NOATIME, 0, "noatime" }, \ { MNT_SYMPERM, 0, "symperm" }, \ { MNT_NODEVMTIME, 0, "nodevmtime" }, \