Remove now unused 'int s' from spl().

MFC after:	3 days
This commit is contained in:
rwatson 2005-02-18 21:39:55 +00:00
parent c231be26b7
commit 88bf7ca80c

View File

@ -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();