Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs knf (blank line even if there are no local declarati...



details:   https://anonhg.NetBSD.org/src/rev/2039d4530ab3
branches:  trunk
changeset: 790097:2039d4530ab3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Sep 18 23:27:38 2013 +0000

description:
knf (blank line even if there are no local declarations)

diffstat:

 sys/nfs/nfs_subs.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 90384bed235a -r 2039d4530ab3 sys/nfs/nfs_subs.c
--- a/sys/nfs/nfs_subs.c        Wed Sep 18 23:18:14 2013 +0000
+++ b/sys/nfs/nfs_subs.c        Wed Sep 18 23:27:38 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_subs.c,v 1.223 2013/09/18 16:33:14 christos Exp $  */
+/*     $NetBSD: nfs_subs.c,v 1.224 2013/09/18 23:27:38 pgoyette Exp $  */
 
 /*
  * Copyright (c) 1989, 1993
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.223 2013/09/18 16:33:14 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.224 2013/09/18 23:27:38 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_nfs.h"
@@ -1520,6 +1520,7 @@
 void
 nfs_init(void)
 {
+
        nfs_p();
        if (nfs_refcount++ == 0)
                nfs_init0();
@@ -1529,6 +1530,7 @@
 void
 nfs_fini(void)
 {
+
        nfs_p();
        if (--nfs_refcount == 0) {
                MOWNER_DETACH(&nfs_mowner);



Home | Main Index | Thread Index | Old Index