git: telnet(1)/telnetd(8): Fix building with -fno-common.
    Sascha Wildner 
    swildner at crater.dragonflybsd.org
       
    Wed Jul 15 02:24:56 PDT 2020
    
    
  
commit 006ebf4f20d80be8792d8cb5a957c4a74eb173c1
Author: Sascha Wildner <saw at online.de>
Date:   Wed Jul 15 11:22:49 2020 +0200
    telnet(1)/telnetd(8): Fix building with -fno-common.
    
    -fno-common will be default in future compilers (GCC 10, for example).
Summary of changes:
 libexec/telnetd/authenc.c  | 2 ++
 libexec/telnetd/ext.h      | 8 --------
 libexec/telnetd/state.c    | 1 +
 libexec/telnetd/sys_term.c | 1 +
 libexec/telnetd/telnetd.c  | 1 +
 libexec/telnetd/utility.c  | 2 ++
 6 files changed, 7 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/006ebf4f20d80be8792d8cb5a957c4a74eb173c1
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list