From: Martin Mares Date: Sun, 12 Mar 2000 21:58:51 +0000 (+0000) Subject: Yet another LOCAL_DEBUG turned off. X-Git-Tag: v1.2.0~1278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92bebe0ec3545b1f99909d20224977aa6da1827;p=thirdparty%2Fbird.git Yet another LOCAL_DEBUG turned off. --- diff --git a/sysdep/unix/krt-iface.c b/sysdep/unix/krt-iface.c index 2b774a13a..da3df2d22 100644 --- a/sysdep/unix/krt-iface.c +++ b/sysdep/unix/krt-iface.c @@ -1,7 +1,7 @@ /* * BIRD -- Unix Interface Scanning and Syncing * - * (c) 1998--1999 Martin Mares + * (c) 1998--2000 Martin Mares * * Can be freely distributed and used under the terms of the GNU GPL. */ @@ -14,7 +14,7 @@ #include #include -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include "nest/bird.h" #include "nest/iface.h"