aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2014-07-19 14:34:06 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2014-07-19 14:34:06 +0000
commit65227e53ce72b614d6c1875400320f4b217e2961 (patch)
treeb338dfa63b6b8c0edaff13431d39a9ec4ff73dfc /lib
parent8f812fec9f1b7db53caada76e80c008b6bae10e5 (diff)
downloadsrc-65227e53ce72b614d6c1875400320f4b217e2961.tar.gz
src-65227e53ce72b614d6c1875400320f4b217e2961.zip
Clean r268867.
Proposed by: bde
Notes
Notes: svn path=/head/; revision=268878
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/sourcefilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/sourcefilter.c b/lib/libc/net/sourcefilter.c
index 2fe9913dbe49..cb64701e6f9e 100644
--- a/lib/libc/net/sourcefilter.c
+++ b/lib/libc/net/sourcefilter.c
@@ -337,8 +337,8 @@ getsourcefilter(int s, uint32_t interface, struct sockaddr *group,
{
struct __msfilterreq msfr;
sockunion_t *psu;
+ socklen_t optlen;
int err, level, nsrcs, optname;
- unsigned int optlen;
if (interface == 0 || group == NULL || numsrc == NULL ||
fmode == NULL) {