summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-03-24 10:23:34 +0100
committerMartin Mares <mj@ucw.cz>1999-03-24 10:23:34 +0100
commitf79a749d0b9a5a7509db9ad6c547bbabc0457675 (patch)
tree224d40545e917e04aa176c48c4657087e80e0ebe /sysdep
parent421838ffef49338218dd85ff5efd1d5396ab7ccf (diff)
downloadbird-f79a749d0b9a5a7509db9ad6c547bbabc0457675.tar
bird-f79a749d0b9a5a7509db9ad6c547bbabc0457675.zip
Removed our declaration of RTPROT_BIRD since Alexey has assigned
us a real protocol number in 2.2.4 kernel.
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/linux/netlink/netlink.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdep/linux/netlink/netlink.c b/sysdep/linux/netlink/netlink.c
index 4aadc85..93eb4ad 100644
--- a/sysdep/linux/netlink/netlink.c
+++ b/sysdep/linux/netlink/netlink.c
@@ -45,10 +45,6 @@
#define MSG_TRUNC 0x20
#endif
-#ifndef RTPROT_BIRD /* FIXME: Kill after Alexey assigns as a number */
-#define RTPROT_BIRD 13
-#endif
-
/*
* Synchronous Netlink interface
*/