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

MFC after:	3 days
This commit is contained in:
Robert Watson 2005-02-18 21:39:55 +00:00
parent d8d716bef5
commit 29bdd01910
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142065

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