From owner-cvs-all@FreeBSD.ORG Fri Oct 24 23:51:26 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DDF116A4B3; Fri, 24 Oct 2003 23:51:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 207FA43FAF; Fri, 24 Oct 2003 23:51:26 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9P6pOXJ067073; Fri, 24 Oct 2003 23:51:24 -0700 (PDT) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9P6pNA1067072; Fri, 24 Oct 2003 23:51:23 -0700 (PDT) (envelope-from ume) Message-Id: <200310250651.h9P6pNA1067072@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 24 Oct 2003 23:51:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/net ip6opt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2003 06:51:26 -0000 ume 2003/10/24 23:51:23 PDT FreeBSD src repository Modified files: lib/libc/net ip6opt.c Log: according to RFC3542 10.5, the 5th argment of inet6_opt_next() is not size_t but socklen_t. Reported by: tinderbox Revision Changes Path 1.6 +1 -1 src/lib/libc/net/ip6opt.c