freebsd-dev/sys/netsmb
Mateusz Guzik cc426dd319 Remove unused argument to priv_check_cred.
Patch mostly generated with cocinnelle:

@@
expression E1,E2;
@@

- priv_check_cred(E1,E2,0)
+ priv_check_cred(E1,E2)

Sponsored by:	The FreeBSD Foundation
2018-12-11 19:32:16 +00:00
..
netbios.h
smb_conn.c
smb_conn.h
smb_crypt.c
smb_dev.c Eliminate the overhead of gratuitous repeated reinitialization of cap_rights 2018-05-09 18:47:24 +00:00
smb_dev.h
smb_iod.c Make timespecadd(3) and friends public 2018-07-30 15:46:40 +00:00
smb_rq.c
smb_rq.h
smb_smb.c
smb_subr.c
smb_subr.h Remove unused argument to priv_check_cred. 2018-12-11 19:32:16 +00:00
smb_tran.h
smb_trantcp.c Make timespecadd(3) and friends public 2018-07-30 15:46:40 +00:00
smb_trantcp.h
smb_usr.c
smb.h