Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_posix/sys/src/cmd/9nfs/auth.c – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include "all.h"
2
 
3
/* this is all stubbed out; the NFS authentication stuff is now disabled - rob */
4
 
5
Xfid *
6
xfauth(Xfile *, String *)
7
{
8
	return 0;
9
}
10
 
11
long
12
xfauthread(Xfid *xf, long, uchar *, long)
13
{
14
 
15
	chat("xfauthread %s...", xf->uid);
16
	return 0;
17
}
18
 
19
long
20
xfauthwrite(Xfid *xf, long, uchar *, long)
21
{
22
	chat("xfauthwrite %s...", xf->uid);
23
	return 0;
24
}
25
 
26
int
27
xfauthremove(Xfid *, char *)
28
{
29
	chat("authremove...");
30
	return -1;
31
}