From 34e8254fb8cc206664fc9dcba3c7c8ae1de6ab85 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 27 Jul 2005 20:42:07 +0000 Subject: use correct type for NOFID (sunos) --- src/cmd/srv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/srv.c') 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, ...); -- cgit v1.2.3