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 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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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, ...);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue