svn commit: r268878 - head/lib/libc/net

看板FB_svn作者時間11年前 (2014/07/20 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
Author: pfg Date: Sat Jul 19 14:34:06 2014 New Revision: 268878 URL: http://svnweb.freebsd.org/changeset/base/268878 Log: Clean r268867. Proposed by: bde Modified: head/lib/libc/net/sourcefilter.c Modified: head/lib/libc/net/sourcefilter.c ============================================================================== --- head/lib/libc/net/sourcefilter.c Sat Jul 19 14:26:04 2014 (r268877) +++ head/lib/libc/net/sourcefilter.c Sat Jul 19 14:34:06 2014 (r268878) @@ -337,8 +337,8 @@ getsourcefilter(int s, uint32_t interfac { 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) { _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
文章代碼(AID): #1Joh9V_g (FB_svn)