From owner-cvs-src@FreeBSD.ORG Thu May 8 23:57:30 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 38731106564A; Thu, 8 May 2008 23:57:30 +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 0F8C68FC1A; Thu, 8 May 2008 23:57:30 +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 m48NvTMh012317; Thu, 8 May 2008 23:57:29 GMT (envelope-from scf@repoman.freebsd.org) Received: (from scf@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m48NvTBx012316; Thu, 8 May 2008 23:57:29 GMT (envelope-from scf) Message-Id: <200805082357.m48NvTBx012316@repoman.freebsd.org> From: Sean Farley Date: Thu, 8 May 2008 23:57:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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: Thu, 08 May 2008 23:57:30 -0000 scf 2008-05-08 23:57:29 UTC FreeBSD src repository Modified files: include readpassphrase.h Log: 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. MFC after: 1 week Revision Changes Path 1.3 +6 -0 src/include/readpassphrase.h