From owner-cvs-all Sun Jan 25 01:15:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25797 for cvs-all-outgoing; Sun, 25 Jan 1998 01:15:41 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25792; Sun, 25 Jan 1998 01:15:40 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA24521; Sun, 25 Jan 1998 01:15:11 -0800 (PST) Date: Sun, 25 Jan 1998 01:15:11 -0800 (PST) Message-Id: <199801250915.BAA24521@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/dump tape.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1998/01/25 01:15:11 PST Modified files: sbin/dump tape.c Log: read() and write() return ssize_t not int, so the first arg to atomic() should be ssize_t too. Revision Changes Path 1.8 +3 -2 src/sbin/dump/tape.c