Windows does not have err() function.

This commit is contained in:
Romuald Conty 2011-03-30 09:26:23 +00:00
parent e44af986a0
commit fb93023401

View file

@ -14,4 +14,6 @@
exit (code); \
} while (0)
#define err(code, ...) errx(code, ...)
#endif /* !_ERR_H_ */