Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



lukem
Sat Jun 21 02:07:11 PDT 1997
Update of /cvsroot/src/usr.sbin/diskpart
In directory netbsd1:/var/slash-tmp/cvs-serv8551

Modified Files:
        diskpart.8 diskpart.c 
Log Message:
* convert to using getopt instead of parsing argv[] by hand, solving
  part of [bin/1500] - from Peter Svensson <petersv%df.lth.se@localhost> - as
  a side effect.
* ensure ty: is set when -d is used (from [bin/1500])
* only ask for bad144 support for SMD disks (from [bin/1500])
* add prototypes, and ensure structures are initialised correctly
* fix up prior conversion of gets() to fgets(); the former removes
  trailing \n, the latter leaves it.
* check return value of fgets() so that EOF won't infinatly loop
* fix a couple of man page typos




Home | Main Index | Thread Index | Old Index