diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-05-12 21:29:04 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-05-12 21:44:27 +0200 |
commit | 3f2c7600fa2e35b1028c755aa06092b5991e1a8e (patch) | |
tree | 3c63bcea68883d1065ab1abdfbe3ebdbab250cf3 /client/birdc.c | |
parent | 8e433d6a529a883d566dc1d5a4afe0f1e2750baf (diff) |
We don't need bvsnprintf() in BIRD client
Diffstat (limited to 'client/birdc.c')
-rw-r--r-- | client/birdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/birdc.c b/client/birdc.c index ccf758be..8aa01c17 100644 --- a/client/birdc.c +++ b/client/birdc.c @@ -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 |