From owner-cvs-usrsbin Sat Aug 26 03:15:30 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA07613 for cvs-usrsbin-outgoing; Sat, 26 Aug 1995 03:15:30 -0700 Received: (from jkh@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA07598 ; Sat, 26 Aug 1995 03:15:23 -0700 Date: Sat, 26 Aug 1995 03:15:23 -0700 From: "Jordan K. Hubbard" Message-Id: <199508261015.DAA07598@freefall.FreeBSD.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/lib lib.h msg.c pen.c Sender: cvs-usrsbin-owner@FreeBSD.org Precedence: bulk jkh 95/08/26 03:15:22 Modified: usr.sbin/pkg_install/lib lib.h msg.c pen.c Log: Use size_t properly in all fs size ops. This kills a bug encountered by someone who had his /tmp on a partition with 3.7GB of free space! Spotted by: Francisco Rosich Viana