1
0
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:
Ondrej Zajicek (work)
2016-05-12 21:29:04 +02:00
parent 8e433d6a52
commit 3f2c7600fa
6 changed files with 23 additions and 29 deletions

View File

@@ -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