mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
use correct type for NOFID (sunos)
This commit is contained in:
parent
abe4cd41cb
commit
34e8254fb8
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ Queue *inq;
|
|||
int verbose = 0;
|
||||
int logging = 0;
|
||||
int msize = 8192;
|
||||
int xafid = NOFID;
|
||||
u32int xafid = NOFID;
|
||||
int attached;
|
||||
int versioned;
|
||||
|
||||
|
|
|
@ -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, ...);
|
||||
|
|
Loading…
Reference in a new issue