summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-12 22:58:51 +0100
committerMartin Mares <mj@ucw.cz>2000-03-12 22:58:51 +0100
commita92bebe0ec3545b1f99909d20224977aa6da1827 (patch)
tree4256b79700745bd201a961eeab6d961af8db9271 /sysdep
parent832fa033b7ecacf3225d7aa8c86e30484a07d946 (diff)
downloadbird-a92bebe0ec3545b1f99909d20224977aa6da1827.tar
bird-a92bebe0ec3545b1f99909d20224977aa6da1827.zip
Yet another LOCAL_DEBUG turned off.
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/krt-iface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdep/unix/krt-iface.c b/sysdep/unix/krt-iface.c
index 2b774a1..da3df2d 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 <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"