diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-12 22:54:39 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-12 22:54:39 +0100 |
commit | 832fa033b7ecacf3225d7aa8c86e30484a07d946 (patch) | |
tree | 095a526d33906fa8f0156f4069207051ebfd9b0e /sysdep/linux | |
parent | e68dd11c43ebec527da69da7b093ae90ef6d6ea9 (diff) | |
download | bird-832fa033b7ecacf3225d7aa8c86e30484a07d946.tar bird-832fa033b7ecacf3225d7aa8c86e30484a07d946.zip |
Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUG
turned on, but after some testing I'll gag it.
Diffstat (limited to 'sysdep/linux')
-rw-r--r-- | sysdep/linux/krt-scan.c | 4 | ||||
-rw-r--r-- | sysdep/linux/netlink/netlink.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysdep/linux/krt-scan.c b/sysdep/linux/krt-scan.c index 10a40b7..c7a5a86 100644 --- a/sysdep/linux/krt-scan.c +++ b/sysdep/linux/krt-scan.c @@ -1,7 +1,7 @@ /* * BIRD -- Linux Routing Table Scanning * - * (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. */ @@ -13,7 +13,7 @@ #include <unistd.h> #include <net/route.h> -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include "nest/bird.h" #include "nest/route.h" diff --git a/sysdep/linux/netlink/netlink.c b/sysdep/linux/netlink/netlink.c index bdc879f..9168e9f 100644 --- a/sysdep/linux/netlink/netlink.c +++ b/sysdep/linux/netlink/netlink.c @@ -1,7 +1,7 @@ /* * BIRD -- Linux Netlink Interface * - * (c) 1999 Martin Mares <mj@ucw.cz> + * (c) 1999--2000 Martin Mares <mj@ucw.cz> * * Can be freely distributed and used under the terms of the GNU GPL. */ |