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

@ -79,7 +79,7 @@ Queue *inq;
int verbose = 0; int verbose = 0;
int logging = 0; int logging = 0;
int msize = 8192; int msize = 8192;
int xafid = NOFID; u32int xafid = NOFID;
int attached; int attached;
int versioned; int versioned;

View file

@ -10,7 +10,7 @@ char *keypattern = "";
int fd; int fd;
int msize; int msize;
int doauth; int doauth;
int afid = NOFID; u32int afid = NOFID;
extern char *post9parg; /* clumsy hack */ extern char *post9parg; /* clumsy hack */
void xauth(void); void xauth(void);
AuthInfo* xauth_proxy(AuthGetkey *getkey, char *fmt, ...); AuthInfo* xauth_proxy(AuthGetkey *getkey, char *fmt, ...);