Source-Changes-HG archive

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

[src/uebayasi-xip]: src/sbin/mount_ffs Support the "xip" option.



details:   https://anonhg.NetBSD.org/src/rev/4d34b2535c88
branches:  uebayasi-xip
changeset: 751568:4d34b2535c88
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Feb 11 05:38:20 2010 +0000

description:
Support the "xip" option.

diffstat:

 sbin/mount_ffs/mount_ffs.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 267fca44324b -r 4d34b2535c88 sbin/mount_ffs/mount_ffs.c
--- a/sbin/mount_ffs/mount_ffs.c        Thu Feb 11 05:36:16 2010 +0000
+++ b/sbin/mount_ffs/mount_ffs.c        Thu Feb 11 05:38:20 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_ffs.c,v 1.25 2008/08/05 20:57:45 pooka Exp $     */
+/*     $NetBSD: mount_ffs.c,v 1.25.10.1 2010/02/11 05:38:20 uebayasi Exp $     */
 
 /*-
  * Copyright (c) 1993, 1994
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)mount_ufs.c        8.4 (Berkeley) 4/26/95";
 #else
-__RCSID("$NetBSD: mount_ffs.c,v 1.25 2008/08/05 20:57:45 pooka Exp $");
+__RCSID("$NetBSD: mount_ffs.c,v 1.25.10.1 2010/02/11 05:38:20 uebayasi Exp $");
 #endif
 #endif /* not lint */
 
@@ -74,6 +74,7 @@
        MOPT_SOFTDEP,
        MOPT_LOG,
        MOPT_GETARGS,
+       MOPT_XIP,
        MOPT_NULL,
 };
 



Home | Main Index | Thread Index | Old Index