Remove now unused 'int s' from spl().
MFC after: 3 days
This commit is contained in:
parent
c231be26b7
commit
88bf7ca80c
@ -501,7 +501,7 @@ kern_connect(td, fd, sa)
|
||||
{
|
||||
struct socket *so;
|
||||
struct file *fp;
|
||||
int error, s;
|
||||
int error;
|
||||
int interrupted = 0;
|
||||
|
||||
NET_LOCK_GIANT();
|
||||
|
Loading…
Reference in New Issue
Block a user