diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-01 21:17:46 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-01 21:17:46 +0100 |
commit | bdb95a21a45bce1754bf54de3e7423cf8eebf9ee (patch) | |
tree | 32f66b3d3b611949606532eba92d542073b39df0 /sysdep/linux/Modules | |
parent | ea3582a6f66223dfd2c0dd6c597dc40b48033fd5 (diff) | |
download | bird-bdb95a21a45bce1754bf54de3e7423cf8eebf9ee.tar bird-bdb95a21a45bce1754bf54de3e7423cf8eebf9ee.zip |
Added skeletal version of Linux netlink interface. It doesn't work yet,
but the framework is there and I'll try finish it soon.
Diffstat (limited to 'sysdep/linux/Modules')
-rw-r--r-- | sysdep/linux/Modules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdep/linux/Modules b/sysdep/linux/Modules index 6af7055..03d032d 100644 --- a/sysdep/linux/Modules +++ b/sysdep/linux/Modules @@ -1,6 +1,4 @@ -#ifdef CONFIG_NETLINK -netlink.c -#else +#ifndef CONFIG_NETLINK krt-scan.c krt-scan.h krt-scan.Y |