diff options
Diffstat (limited to 'src/cmd/srv.c')
| -rw-r--r-- | src/cmd/srv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/srv.c b/src/cmd/srv.c index 0ae458cd..ebeca328 100644 --- a/src/cmd/srv.c +++ b/src/cmd/srv.c @@ -10,7 +10,7 @@ char *keypattern = ""; int fd; int msize; int doauth; -int afid = NOFID; +u32int afid = NOFID; extern char *post9parg; /* clumsy hack */ void xauth(void); AuthInfo* xauth_proxy(AuthGetkey *getkey, char *fmt, ...); |
