git: if_clone: Remove unneeded "ifc_namelen" from "struct if_clone"
    Aaron LI 
    aly at crater.dragonflybsd.org
       
    Sat Aug  4 20:59:16 PDT 2018
    
    
  
commit e224e5e71c0cee920b6a50d3397ff5e45be95e9a
Author: Aaron LI <aly at aaronly.me>
Date:   Sat Aug 4 20:13:39 2018 +0800
    if_clone: Remove unneeded "ifc_namelen" from "struct if_clone"
    
    The "strlen(ifc_name)" is used instead.
Summary of changes:
 sys/net/if_clone.c | 2 +-
 sys/net/if_clone.h | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e224e5e71c0cee920b6a50d3397ff5e45be95e9a
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list