summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/smb_subr.h
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2001-12-02 08:47:29 +0000
committerbp <bp@FreeBSD.org>2001-12-02 08:47:29 +0000
commit0b6f0e4522eeceef1d5e5dc2e920666192f7ec2a (patch)
tree4dd79521a04986ca1ef5e89d2110be2df70ef2e7 /sys/netsmb/smb_subr.h
parent124068ba6b175b9c0386b32be7f7d51a5d46908a (diff)
downloadFreeBSD-src-0b6f0e4522eeceef1d5e5dc2e920666192f7ec2a.zip
FreeBSD-src-0b6f0e4522eeceef1d5e5dc2e920666192f7ec2a.tar.gz
Pull netsmb requester from the pre-KSE world. This update mostly based
on the patches submitted by Max Khon <fjoe@iclub.nsu.ru>
Diffstat (limited to 'sys/netsmb/smb_subr.h')
-rw-r--r--sys/netsmb/smb_subr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netsmb/smb_subr.h b/sys/netsmb/smb_subr.h
index f76b62f..8591893 100644
--- a/sys/netsmb/smb_subr.h
+++ b/sys/netsmb/smb_subr.h
@@ -130,7 +130,7 @@ typedef smb_unichar *smb_uniptr;
* Crediantials of user/process being processing in the connection procedures
*/
struct smb_cred {
- struct proc * scr_p;
+ struct thread * scr_td;
struct ucred * scr_cred;
};
@@ -140,7 +140,7 @@ struct mbchain;
struct smb_vc;
struct smb_rq;
-void smb_makescred(struct smb_cred *scred, struct proc *p, struct ucred *cred);
+void smb_makescred(struct smb_cred *scred, struct thread *td, struct ucred *cred);
int smb_proc_intr(struct proc *);
char *smb_strdup(const char *s);
void *smb_memdup(const void *umem, int len);
OpenPOWER on IntegriCloud