DragonFly BSD
DragonFly commits List (threaded) for 2010-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: if_detach(): Fix unoptimized compilation without ALTQ in the config.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 1 Jul 2010 09:57:55 -0700 (PDT)

commit 5b1156d4fb1b5437130abc4df0f8d7cb0e013683
Author: Sascha Wildner <saw@online.de>
Date:   Thu Jul 1 18:51:26 2010 +0200

    if_detach(): Fix unoptimized compilation without ALTQ in the config.
    
    altq_disable() and altq_detach() aren't available until ALTQ is configured
    and compilation with -O0 failed linking.
    
    $deity knows why this worked when building optimized (our default).

Summary of changes:
 sys/net/if.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5b1156d4fb1b5437130abc4df0f8d7cb0e013683


-- 
DragonFly BSD source repository



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