From owner-cvs-usrsbin Sat Apr 15 14:59:29 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA03572 for cvs-usrsbin-outgoing; Sat, 15 Apr 1995 14:59:29 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA03562 ; Sat, 15 Apr 1995 14:59:27 -0700 Date: Sat, 15 Apr 1995 14:59:27 -0700 From: Bruce Evans Message-Id: <199504152159.OAA03562@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/bad144 bad144.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk bde 95/04/15 14:59:27 Modified: usr.sbin/bad144 bad144.c Log: - Don't write the label if the (undocumented) nflag is set. - Don't write the label directly - use DIOCWDINFO. - Avoid overflow in calculation of lseek() offsets. - Fix format args in strings some more. %ld and %lu were often reversed and #ifdefed out strings weren't fixed. - Don't hard code the raw partition letter or DKBAD*. - Write the qsort() comparision function in `C'. - Fix all remaining warnings from `cc -Wall -Walmost-really-all'.