]> git.puffer.fish Git - mirror/frr.git/commit
lib: remove redundant and incorrect sys/fcntl.h include
authorTimo Teräs <timo.teras@iki.fi>
Thu, 24 Apr 2014 06:40:33 +0000 (06:40 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 Jun 2014 13:31:32 +0000 (15:31 +0200)
commit224e7e515747b74dd6d3610570a64b9726a27722
tree7e461067f11c264931c3f2a03174db434a174c58
parentd9d4ae5157207b9b8bdb167983519a7ffb860f2c
lib: remove redundant and incorrect sys/fcntl.h include

POSIX defines <fcntl.h>, <sys/fcntl.h> is the same thing. However,
it should not be used as it's existence can depend on C-library
implementation. E.g. musl gives warning if <sys/fcntl.h> is used.

Signed-off-by: Timo Teräs <timo.teras@iki.fi>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/zebra.h