]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Merge branch 'int-new' into int-new-merged
authorJan Moskyto Matejka <mq@ucw.cz>
Tue, 10 May 2016 12:30:49 +0000 (14:30 +0200)
committerJan Moskyto Matejka <mq@ucw.cz>
Tue, 10 May 2016 12:30:49 +0000 (14:30 +0200)
1  2 
nest/route.h
sysdep/bsd/krt-sock.c
sysdep/linux/netlink.c
sysdep/unix/io.c
sysdep/unix/krt.c
sysdep/unix/log.c
sysdep/unix/main.c

diff --cc nest/route.h
Simple merge
Simple merge
Simple merge
index 37e26c9b86aebd787418a32784befc3b8fe78284,afa51be7d63409187652d0bb18ac836c97e6f07a..4db6abb7be48f192046b206ce69fa59ddf678427
  #include "lib/string.h"
  #include "nest/iface.h"
  
- #include "lib/unix.h"
- #include "lib/sysio.h"
+ #include "sysdep/unix/unix.h"
+ #include CONFIG_INCLUDE_SYSIO_H
  
  /* Maximum number of calls of tx handler for one socket in one
 - * select iteration. Should be small enough to not monopolize CPU by
 + * poll iteration. Should be small enough to not monopolize CPU by
   * one protocol instance.
   */
  #define MAX_STEPS 4
Simple merge
Simple merge
Simple merge