use correct type for NOFID (sunos)

This commit is contained in:
rsc 2005-07-27 20:42:07 +00:00
parent abe4cd41cb
commit 34e8254fb8
2 changed files with 2 additions and 2 deletions

View file

@ -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, ...);