Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Define ST_RDONLY to MNT_RDONLY instead of the non-ex...



details:   https://anonhg.NetBSD.org/src/rev/a46bfb581423
branches:  trunk
changeset: 566056:a46bfb581423
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Apr 26 17:26:58 2004 +0000

description:
Define ST_RDONLY to MNT_RDONLY instead of the non-existing MNT_READONLY.

diffstat:

 sys/sys/statvfs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c90a2d980262 -r a46bfb581423 sys/sys/statvfs.h
--- a/sys/sys/statvfs.h Mon Apr 26 17:08:45 2004 +0000
+++ b/sys/sys/statvfs.h Mon Apr 26 17:26:58 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: statvfs.h,v 1.2 2004/04/23 08:44:33 kleink Exp $        */
+/*     $NetBSD: statvfs.h,v 1.3 2004/04/26 17:26:58 tron Exp $  */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -111,7 +111,7 @@
 #define VFS_MNAMELEN   _VFS_MNAMELEN
 #endif
 
-#define        ST_RDONLY       MNT_READONLY
+#define        ST_RDONLY       MNT_RDONLY
 #define        ST_NOEXEC       MNT_NOEXEC
 #define        ST_NOSUID       MNT_NOSUID
 #define        ST_NODEV        MNT_NODEV



Home | Main Index | Thread Index | Old Index