summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2014-07-19 14:34:06 +0000
committerpfg <pfg@FreeBSD.org>2014-07-19 14:34:06 +0000
commit582721cdc6d0709a9b4fe296e0461b73ef85b920 (patch)
treeb338dfa63b6b8c0edaff13431d39a9ec4ff73dfc /lib
parent5b368a17f887dfa56c42cf34743ce65da9db9481 (diff)
downloadFreeBSD-src-582721cdc6d0709a9b4fe296e0461b73ef85b920.zip
FreeBSD-src-582721cdc6d0709a9b4fe296e0461b73ef85b920.tar.gz
Clean r268867.
Proposed by: bde
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 2fe9913..cb64701 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) {
OpenPOWER on IntegriCloud