From owner-cvs-usrbin Wed Jul 1 22:14:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03472 for cvs-usrbin-outgoing; Wed, 1 Jul 1998 22:14:20 -0700 (PDT) (envelope-from owner-cvs-usrbin) 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 WAA03412; Wed, 1 Jul 1998 22:14:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA22090; Wed, 1 Jul 1998 22:12:54 -0700 (PDT) Date: Wed, 1 Jul 1998 22:12:54 -0700 (PDT) Message-Id: <199807020512.WAA22090@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/doscmd dos.c intff.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/07/01 22:12:53 PDT Modified files: usr.bin/doscmd dos.c intff.c Log: o fix bug in conversion of DOS 32-bit signed number to FreeBSD's 64-bit off_t. This fixed the primitive 'copy protection' that the program I'm using. Revision Changes Path 1.3 +2 -2 src/usr.bin/doscmd/dos.c 1.4 +2 -2 src/usr.bin/doscmd/intff.c