From owner-cvs-all@FreeBSD.ORG Thu Nov 20 17:30:29 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 EA91B16A4CE; Thu, 20 Nov 2003 17:30:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6210143FD7; Thu, 20 Nov 2003 17:30:29 -0800 (PST) (envelope-from tjr@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 hAL1UTXJ024917; Thu, 20 Nov 2003 17:30:29 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL1UTkG024916; Thu, 20 Nov 2003 17:30:29 -0800 (PST) (envelope-from tjr) Message-Id: <200311210130.hAL1UTkG024916@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 20 Nov 2003 17:30:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys getfsstat.2 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: Fri, 21 Nov 2003 01:30:30 -0000 tjr 2003/11/20 17:30:29 PST FreeBSD src repository Modified files: lib/libc/sys getfsstat.2 Log: Replace out of date struct statfs definition with a reference to statfs(2). Approved by: re Revision Changes Path 1.16 +3 -64 src/lib/libc/sys/getfsstat.2