Source-Changes-HG archive

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

[src/trunk]: src/sys/net remove unrelated diff.



details:   https://anonhg.NetBSD.org/src/rev/1b195e44fffa
branches:  trunk
changeset: 790404:1b195e44fffa
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 06 01:21:24 2013 +0000

description:
remove unrelated diff.

diffstat:

 sys/net/if.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 82c1f12076fc -r 1b195e44fffa sys/net/if.c
--- a/sys/net/if.c      Sun Oct 06 00:48:03 2013 +0000
+++ b/sys/net/if.c      Sun Oct 06 01:21:24 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if.c,v 1.266 2013/10/05 23:16:54 christos Exp $        */
+/*     $NetBSD: if.c,v 1.267 2013/10/06 01:21:24 christos Exp $        */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2008 The NetBSD Foundation, Inc.
@@ -90,7 +90,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.266 2013/10/05 23:16:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.267 2013/10/06 01:21:24 christos Exp $");
 
 #include "opt_inet.h"
 
@@ -990,7 +990,7 @@
 
        if (ifc == NULL) {
                if (*ifname == '\0' ||
-                   module_autoload(ifname, MODULE_CLASS_DRIVER, "if"))
+                   module_autoload(ifname, MODULE_CLASS_DRIVER))
                        return NULL;
                *ifname = '\0';
                goto again;



Home | Main Index | Thread Index | Old Index