clixon/lib
Dave Cornejo e282493095 FreeBSD compatibility & pedanticism patches
use ETIMEDOUT rather than ETIME - this seems more the intent of its
usage here and it compiles under FreeBSD & Linux.
in yang_spec_parse_file() the function basename() is not declared,
the declaration is in libgen.h, so include it. also basename() takes
char * for its argument not const char *, yang_spec_parse_file()
has to be changed to char *filename to compile w/o warnings
2019-02-22 19:59:14 -10:00
..
clixon FreeBSD compatibility & pedanticism patches 2019-02-22 19:59:14 -10:00
src FreeBSD compatibility & pedanticism patches 2019-02-22 19:59:14 -10:00
Makefile.in 2019 2019-01-02 15:48:30 +01:00