Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/ntfs Fix build - eg i386/ALL



details:   https://anonhg.NetBSD.org/src/rev/52832f8d9f16
branches:  trunk
changeset: 780133:52832f8d9f16
user:      dsl <dsl%NetBSD.org@localhost>
date:      Thu Jul 12 17:24:47 2012 +0000

description:
Fix build - eg i386/ALL

diffstat:

 sys/fs/ntfs/ntfs_subr.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 1e72c3bce891 -r 52832f8d9f16 sys/fs/ntfs/ntfs_subr.c
--- a/sys/fs/ntfs/ntfs_subr.c   Thu Jul 12 17:23:02 2012 +0000
+++ b/sys/fs/ntfs/ntfs_subr.c   Thu Jul 12 17:24:47 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntfs_subr.c,v 1.47 2012/06/02 16:26:24 christos Exp $  */
+/*     $NetBSD: ntfs_subr.c,v 1.48 2012/07/12 17:24:47 dsl Exp $       */
 
 /*-
  * Copyright (c) 1998, 1999 Semen Ustimenko (semenu%FreeBSD.org@localhost)
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ntfs_subr.c,v 1.47 2012/06/02 16:26:24 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ntfs_subr.c,v 1.48 2012/07/12 17:24:47 dsl Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1134,7 +1134,7 @@
 
        switch (iep->ie_fnametype) {
        case 2:
-               ddprintf(("%s: skipped DOS name\n", __func_));
+               ddprintf(("%s: skipped DOS name\n", __func__));
                return 0;
        case 0: case 1: case 3:
                return 1;
@@ -1493,7 +1493,7 @@
                return ENOTTY;
        }
 
-       ddprintf(("%s: data in run: %lu chains\n", __func__
+       ddprintf(("%s: data in run: %lu chains\n", __func__,
                 vap->va_vruncnt));
 
        off = roff;



Home | Main Index | Thread Index | Old Index