Source-Changes-HG archive

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

[src/trunk]: src/sys/net Fix typo in kauth name. From PR 46234 by Matthew Mon...



details:   https://anonhg.NetBSD.org/src/rev/001f06c80a77
branches:  trunk
changeset: 778327:001f06c80a77
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Mar 22 12:59:33 2012 +0000

description:
Fix typo in kauth name. From PR 46234 by Matthew Mondor.
Tested by Geoff Adams and Ryo ONODERA.

diffstat:

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

diffs (27 lines):

diff -r cd80bcd378ad -r 001f06c80a77 sys/net/if_bridge.c
--- a/sys/net/if_bridge.c       Thu Mar 22 12:31:32 2012 +0000
+++ b/sys/net/if_bridge.c       Thu Mar 22 12:59:33 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bridge.c,v 1.75 2012/03/13 18:40:58 elad Exp $      */
+/*     $NetBSD: if_bridge.c,v 1.76 2012/03/22 12:59:33 wiz Exp $       */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -80,7 +80,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.75 2012/03/13 18:40:58 elad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.76 2012/03/22 12:59:33 wiz Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_bridge_ipf.h"
@@ -467,7 +467,7 @@
                    KAUTH_NETWORK_INTERFACE_BRIDGE,
                    cmd == SIOCGDRVSPEC ?
                     KAUTH_REQ_NETWORK_INTERFACE_BRIDGE_GETPRIV :
-                    KAUTH_REQ_NETWORK_INTERFACE_SETPRIV,
+                    KAUTH_REQ_NETWORK_INTERFACE_BRIDGE_SETPRIV,
                     ifd, NULL, NULL);
                if (error)
                        return (error);



Home | Main Index | Thread Index | Old Index