diff options
author | Shenghou Ma <minux.ma@gmail.com> | 2014-02-27 23:17:47 -0500 |
---|---|---|
committer | Shenghou Ma <minux.ma@gmail.com> | 2014-02-27 23:17:47 -0500 |
commit | 20035ed43cfd67cddd01969e155794e1e057d9e6 (patch) | |
tree | b8d840938e7f506f433ff6abc0b816e0b7cf3206 /src/cmd/9660srv | |
parent | db800afb4e7b46df67feba70cda683f34110619b (diff) | |
download | plan9port-20035ed43cfd67cddd01969e155794e1e057d9e6.tar.gz plan9port-20035ed43cfd67cddd01969e155794e1e057d9e6.tar.bz2 plan9port-20035ed43cfd67cddd01969e155794e1e057d9e6.zip |
all: DragonFly port.
Fix compilation problems, libdraw still doesn't work right yet.
LGTM=rsc
R=rsc
https://codereview.appspot.com/67820046
Diffstat (limited to 'src/cmd/9660srv')
-rw-r--r-- | src/cmd/9660srv/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/9660srv/main.c b/src/cmd/9660srv/main.c index cd20570c..44fdc512 100644 --- a/src/cmd/9660srv/main.c +++ b/src/cmd/9660srv/main.c @@ -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[]; |