From owner-cvs-all@FreeBSD.ORG Fri May 16 01:22:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5623106566B; Fri, 16 May 2008 01:22:20 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8DEED8FC17; Fri, 16 May 2008 01:22:20 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4G1MKlG037230; Fri, 16 May 2008 01:22:20 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G1MKU0037229; Fri, 16 May 2008 01:22:20 GMT (envelope-from scf) Message-Id: <200805160122.m4G1MKU0037229@repoman.freebsd.org> From: Sean Farley Date: Fri, 16 May 2008 01:22:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/include readpassphrase.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 16 May 2008 01:22:20 -0000 scf 2008-05-16 01:22:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) include readpassphrase.h Log: MFC: Define the size_t type since readpassphrase(3) requires it in its definition and sys/types.h is not listed within the synopsis of the man page. src/include/readpassphrase.h: rev 1.2 -> 1.3 Revision Changes Path 1.2.18.1 +6 -0 src/include/readpassphrase.h