看板 DFBSD_commit 關於我們 聯絡資訊
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