From owner-cvs-src@FreeBSD.ORG Fri May 16 01:06:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F31BF106564A; Fri, 16 May 2008 01:06:01 +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 CB32D8FC0A; Fri, 16 May 2008 01:06:01 +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 m4G161Bk036640; Fri, 16 May 2008 01:06:01 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4G16126036639; Fri, 16 May 2008 01:06:01 GMT (envelope-from scf) Message-Id: <200805160106.m4G16126036639@repoman.freebsd.org> From: Sean Farley Date: Fri, 16 May 2008 01:06:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/include readpassphrase.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 01:06:02 -0000 scf 2008-05-16 01:06:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) 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.28.1 +6 -0 src/include/readpassphrase.h