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:
parent
db800afb4e
commit
20035ed43c
14 changed files with 356 additions and 15 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include <libc.h>
|
||||
#include <auth.h>
|
||||
#include <fcall.h>
|
||||
#include <errno.h>
|
||||
#include "dat.h"
|
||||
#include "fns.h"
|
||||
|
||||
|
|
@ -38,7 +39,6 @@ Fcall *rep;
|
|||
uchar mdata[Maxiosize];
|
||||
char fdata[Maxfdata];
|
||||
uchar statbuf[STATMAX];
|
||||
int errno;
|
||||
|
||||
|
||||
extern Xfsub *xsublist[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue