John Baldwin
9284f8f522
- Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()
...
functions.
- Clean up a few signed/unsigned warnings.
2003-02-04 17:35:23 +00:00
Yoshihiro Takahashi
021587f8c1
Fixed style(9)
2002-11-15 13:24:29 +00:00
John Baldwin
a96977d0ab
Don't set a variable to a bogus value right before setting it to the
...
correct value in the next statement.
2002-11-08 14:00:44 +00:00
Poul-Henning Kamp
d7e9a2ad8a
More lobotomy:
...
remove CHUNK_BSD_COMPAT, it was a bad idea, and now its gone.
remove DOSPTYP_ONTRACK, missed in OnTrack removal commit.
unifdef -DHAVE_GEOM
make tst01 compile again.
2002-10-23 21:05:42 +00:00
Poul-Henning Kamp
b485e51552
Remove unnecessary ioctls tickling kernel side to realize that we fiddled
...
with the disk. GEOM will automatically retaste when we closet he filedesc.
2002-10-23 20:02:33 +00:00
Poul-Henning Kamp
532dd2fa86
Untangle #ifdefs in the write-end of things by giving each arch its
...
own file and own copy of WriteDisk() to do things in.
This should have happened years ago, instead of adding #ifdefs all
over the place.
2002-10-23 19:52:32 +00:00