From owner-cvs-usrbin Wed Feb 21 16:33:45 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14180 for cvs-usrbin-outgoing; Wed, 21 Feb 1996 16:33:45 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14161 Wed, 21 Feb 1996 16:33:37 -0800 (PST) Date: Wed, 21 Feb 1996 16:33:37 -0800 (PST) From: Joerg Wunsch Message-Id: <199602220033.QAA14161@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/mt mt.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk joerg 96/02/21 16:33:37 Modified: usr.bin/mt mt.c Log: . cast the error and status registers properly to (unsigned short), to avoid misinterpreting the 0x8000 bit as a negative sign, . use the register def's to print them. Revision Changes Path 1.9 +9 -5 src/usr.bin/mt/mt.c