]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Yet another LOCAL_DEBUG turned off.
authorMartin Mares <mj@ucw.cz>
Sun, 12 Mar 2000 21:58:51 +0000 (21:58 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 12 Mar 2000 21:58:51 +0000 (21:58 +0000)
sysdep/unix/krt-iface.c

index 2b774a13abc5a229c33ca0acba9bfa79859b6573..da3df2d22c509f8267fb514e3f9e6e1511e00b3e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     BIRD -- Unix Interface Scanning and Syncing
  *
- *     (c) 1998--1999 Martin Mares <mj@ucw.cz>
+ *     (c) 1998--2000 Martin Mares <mj@ucw.cz>
  *
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
@@ -14,7 +14,7 @@
 #include <sys/ioctl.h>
 #include <errno.h>
 
-#define LOCAL_DEBUG
+#undef LOCAL_DEBUG
 
 #include "nest/bird.h"
 #include "nest/iface.h"