From owner-freebsd-hackers Thu Dec 10 14:37:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00620 for freebsd-hackers-outgoing; Thu, 10 Dec 1998 14:37:57 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from satty.npi.msu.su (satty.npi.msu.su [158.250.20.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00602 for ; Thu, 10 Dec 1998 14:37:49 -0800 (PST) (envelope-from dima@zippy.machaon.ru) Received: from zippy.machaon.ru ([195.230.75.134]) by satty.npi.msu.su (8.9.1a/8.9.1) with ESMTP id BAA17124; Fri, 11 Dec 1998 01:37:13 +0300 (MSK) Date: Fri, 11 Dec 1998 01:37:12 +0300 (MSK) From: Dmitry Khrustalev To: "Richard Seaman, Jr." cc: "hackers@freebsd.org" , dima@bog.msu.su Subject: Re: pread/pwrite In-Reply-To: <199812102156.PAA27450@ns.tar.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 10 Dec 1998, Richard Seaman, Jr. wrote: NetBSD uses: 173 STD { ssize_t sys_pread(int fd, void *buf, \ size_t nbyte, int pad, off_t offset); } 174 STD { ssize_t sys_pwrite(int fd, const void *buf, \ size_t nbyte, int pad, off_t offset); } -Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message