mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
We don't need bvsnprintf() in BIRD client
This commit is contained in:
@@ -153,7 +153,7 @@ input_init(void)
|
||||
|
||||
// readline library does strange things when stdin is nonblocking.
|
||||
// if (fcntl(0, F_SETFL, O_NONBLOCK) < 0)
|
||||
// die("fcntl: %m");
|
||||
// DIE("fcntl");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user