mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
portability: Solaris 10 does not have err.h
Use error(3) function, that has gnulib portability fixes, instead of err(3) and warn(3) family. Reported-by: Anton Tkachev <antont@bk.ru> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
fae20302cf
commit
535dfc4fc2
10 changed files with 84 additions and 72 deletions
|
|
@ -20,6 +20,7 @@
|
|||
gnulib_modules="
|
||||
close-stream
|
||||
closeout
|
||||
error
|
||||
fclose
|
||||
fcntl-h
|
||||
fdopen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue