all: DragonFly port.

Fix compilation problems, libdraw still doesn't work right yet.

LGTM=rsc
R=rsc
https://codereview.appspot.com/67820046
This commit is contained in:
Shenghou Ma 2014-02-27 23:17:47 -05:00
parent db800afb4e
commit 20035ed43c
14 changed files with 356 additions and 15 deletions

View file

@ -428,8 +428,6 @@ pbstr(char *s)
double
errcheck(double x, char *s)
{
extern int errno;
if (errno == EDOM) {
errno = 0;
ERROR "%s argument out of domain", s WARNING;