git: kernel - Fix improper parens
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Tue Mar 28 14:44:35 PDT 2017
    
    
  
commit ca34a086a68271c42e0e0ca701fdc35a74627509
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/ca34a086a68271c42e0e0ca701fdc35a74627509
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list