Source-Changes-HG archive

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

[src/uebayasi-xip]: src/include Put back MOPT_XIP.



details:   https://anonhg.NetBSD.org/src/rev/8fc8d0f7fd7a
branches:  uebayasi-xip
changeset: 751814:8fc8d0f7fd7a
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Oct 22 11:32:57 2010 +0000

description:
Put back MOPT_XIP.

diffstat:

 include/mntopts.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e9f0a9661065 -r 8fc8d0f7fd7a include/mntopts.h
--- a/include/mntopts.h Fri Oct 22 09:23:11 2010 +0000
+++ b/include/mntopts.h Fri Oct 22 11:32:57 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mntopts.h,v 1.13.4.2 2010/08/17 06:40:01 uebayasi Exp $        */
+/*     $NetBSD: mntopts.h,v 1.13.4.3 2010/10/22 11:32:57 uebayasi Exp $        */
 
 /*-
  * Copyright (c) 1994
@@ -57,6 +57,7 @@
 #define MOPT_SOFTDEP           { "softdep",    0, MNT_SOFTDEP, 0 }
 #define MOPT_LOG               { "log",        0, MNT_LOG, 0 }
 #define MOPT_IGNORE            { "hidden",     0, MNT_IGNORE, 0 }
+#define MOPT_XIP               { "xip",        0, MNT_XIP, 0 }
 
 /* Control flags. */
 #define MOPT_FORCE             { "force",      0, MNT_FORCE, 0 }



Home | Main Index | Thread Index | Old Index