Source-Changes-HG archive

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

[src/trunk]: src/sys/fs/hfs Make this build.



details:   https://anonhg.NetBSD.org/src/rev/25feb72cbbdc
branches:  trunk
changeset: 761762:25feb72cbbdc
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Feb 07 03:03:16 2011 +0000

description:
Make this build.

Also, the previous commit contanined "unintended" functional changes I'm
going to ignore.

diffstat:

 sys/fs/hfs/hfs_vnops.c |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 2a4324e5282f -r 25feb72cbbdc sys/fs/hfs/hfs_vnops.c
--- a/sys/fs/hfs/hfs_vnops.c    Mon Feb 07 02:57:49 2011 +0000
+++ b/sys/fs/hfs/hfs_vnops.c    Mon Feb 07 03:03:16 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hfs_vnops.c,v 1.19 2011/02/07 02:06:20 christos Exp $  */
+/*     $NetBSD: hfs_vnops.c,v 1.20 2011/02/07 03:03:16 jakllsch Exp $  */
 
 /*-
  * Copyright (c) 2005, 2007 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hfs_vnops.c,v 1.19 2011/02/07 02:06:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hfs_vnops.c,v 1.20 2011/02/07 03:03:16 jakllsch Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ipsec.h"
@@ -993,8 +993,10 @@
                        free(childnames, M_TEMP);
        }
 
-       if (error)
+       if (error) {
                DPRINTF(("ERROR = %i\n", error));
+       }
+
        return error;
 }
 



Home | Main Index | Thread Index | Old Index