From owner-source-changes@NetBSD.ORG Sat Mar 18 00:20:41 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA21789 for ; Sat, 18 Mar 1995 00:20:40 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id CAA12443 for source-changes-outgoing; Sat, 18 Mar 1995 02:10:16 -0500 Received: (from source@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id CAA12431 for source-changes; Sat, 18 Mar 1995 02:10:05 -0500 Date: Sat, 18 Mar 1995 02:10:05 -0500 From: The Source of All Evil Message-Id: <199503180710.CAA12431@pain.lcs.mit.edu> To: source-changes@pain.lcs.mit.edu Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG cgd Sat Mar 18 02:02:46 EST 1995 Update of /a/cvsroot/src/sbin/newfs In directory pain.lcs.mit.edu:/a/users/cgd/newfs Modified Files: mkfs.c newfs.c Log Message: calculate the 'offset' argument to lseek() in a prettier way, more consistent with the way fsck(8) does it. no functional change.