projects
/
dragonfly.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Merge branches 'master' and 'suser_to_priv'
[dragonfly.git]
/
sys
/
netproto
/
ipx
/
ipx_usrreq.c
diff --git
a/sys/netproto/ipx/ipx_usrreq.c
b/sys/netproto/ipx/ipx_usrreq.c
index
0326f32
..
4a0f6c1
100644
(file)
--- a/
sys/netproto/ipx/ipx_usrreq.c
+++ b/
sys/netproto/ipx/ipx_usrreq.c
@@
-596,7
+596,7
@@
static int
ripx_attach(struct socket *so, int proto, struct pru_attach_info *ai)
{
int error = 0;
- struct ipxpcb *ipxp = sotoipxpcb(so);
+ struct ipxpcb *ipxp;
if ((error = priv_check_cred(ai->p_ucred, PRIV_ROOT, NULL_CRED_OKAY)) != 0)
return (error);