Source-Changes-HG archive

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

[src/trunk]: src/sbin/mount_cd9660 fspec: dev -> canon_dev



details:   https://anonhg.NetBSD.org/src/rev/f302194a3df5
branches:  trunk
changeset: 747979:f302194a3df5
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Oct 07 20:42:09 2009 +0000

description:
fspec: dev -> canon_dev

diffstat:

 sbin/mount_cd9660/mount_cd9660.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 40d6fd2b8a4f -r f302194a3df5 sbin/mount_cd9660/mount_cd9660.c
--- a/sbin/mount_cd9660/mount_cd9660.c  Wed Oct 07 20:34:02 2009 +0000
+++ b/sbin/mount_cd9660/mount_cd9660.c  Wed Oct 07 20:42:09 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_cd9660.c,v 1.30 2009/01/03 23:09:41 christos Exp $       */
+/*     $NetBSD: mount_cd9660.c,v 1.31 2009/10/07 20:42:09 pooka Exp $  */
 
 /*
  * Copyright (c) 1992, 1993, 1994
@@ -46,7 +46,7 @@
 #if 0
 static char sccsid[] = "@(#)mount_cd9660.c     8.7 (Berkeley) 5/1/95";
 #else
-__RCSID("$NetBSD: mount_cd9660.c,v 1.30 2009/01/03 23:09:41 christos Exp $");
+__RCSID("$NetBSD: mount_cd9660.c,v 1.31 2009/10/07 20:42:09 pooka Exp $");
 #endif
 #endif /* not lint */
 
@@ -157,7 +157,7 @@
         */
        if ((*mntflags & MNT_GETARGS) == 0)
                *mntflags |= MNT_RDONLY;
-       args->fspec = dev;
+       args->fspec = canon_dev;
        args->flags = opts;
 }
 



Home | Main Index | Thread Index | Old Index