git: DragonFly_RELEASE_4_8 kernel - Fix improper parens

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Jul 30 13:16:33 PDT 2017


commit 68eab04ea44a6fdec1c6e255fcc5b55442756d65
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Mar 28 12:40:36 2017 -0700

    kernel - Fix improper parens
    
    * Fix improper parens.  The code paths luckily worked correctly
      even with the mistakes, for the most part.
    
    * Fix bug in netgraph (netgraph is not used much in DragonFly).
    
    Reported-by: dcb / bugs #2989, 2990, 2991, 2992

Summary of changes:
 sys/boot/efi/boot1/boot1.c       | 2 +-
 sys/dev/netif/age/if_age.c       | 2 +-
 sys/netgraph/fec/ng_fec.c        | 2 +-
 sys/netgraph7/netgraph/ng_base.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/68eab04ea44a6fdec1c6e255fcc5b55442756d65


-- 
DragonFly BSD source repository



More information about the Commits mailing list