summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/Modules
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-05-26 23:42:05 +0200
committerMartin Mares <mj@ucw.cz>1998-05-26 23:42:05 +0200
commit8a48ecb8b15e827f779d4b9fb080dff280b99872 (patch)
tree539024c093f36859ca9c9fae37add38ac9731feb /sysdep/unix/Modules
parentb1487ee909ebd4cfc59f30d3678cb6667d4a72c8 (diff)
downloadbird-8a48ecb8b15e827f779d4b9fb080dff280b99872.tar
bird-8a48ecb8b15e827f779d4b9fb080dff280b99872.zip
Implemented scanning of network interfaces. Mostly very ugly code due to
terrible kernel interface (SIOGIFCONF and friends).
Diffstat (limited to 'sysdep/unix/Modules')
-rw-r--r--sysdep/unix/Modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/Modules b/sysdep/unix/Modules
index 95b80b3..0b5117a 100644
--- a/sysdep/unix/Modules
+++ b/sysdep/unix/Modules
@@ -3,3 +3,4 @@ main.c
timer.h
io.c
unix.h
+sync-if.c