From owner-freebsd-questions Wed Jun 7 16:49:55 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA23006 for questions-outgoing; Wed, 7 Jun 1995 16:49:55 -0700 Received: from relay.hp.com (relay.hp.com [15.255.152.2]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA23000 for ; Wed, 7 Jun 1995 16:49:54 -0700 Received: from hpautobo.aus.hp.com by relay.hp.com with ESMTP (1.37.109.16/15.5+ECS 3.3) id AA144788989; Wed, 7 Jun 1995 16:49:51 -0700 Message-Id: <199506072349.AA144788989@relay.hp.com> Received: by hpautobo.aus.hp.com (1.37.109.16/16.2) id AA104578987; Thu, 8 Jun 1995 09:49:47 +1000 From: M C Wong Subject: statfs To: freebsd-questions@freefall.cdrom.com (freebsd-questions@freefall.cdrom.com) Date: Thu, 8 Jun 95 9:49:47 EST Mailer: Elm [revision: 70.85] Sender: questions-owner@FreeBSD.org Precedence: bulk Just a quick question, I have to implement statfs( ) equivalent on a system which doesn't have one. Where can I look up the source for FreeBSD implementation ? I look into /usr/src/lib/libc/sys and only see statfs.2 man page.