]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Untangle #ifdefs in the write-end of things by giving each arch its
authorPoul-Henning Kamp <phk@FreeBSD.org>
Wed, 23 Oct 2002 19:52:32 +0000 (19:52 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Wed, 23 Oct 2002 19:52:32 +0000 (19:52 +0000)
commit532dd2fa864889891025b47b3eefcbbc19f14f44
tree8f96ba2125f5c49c01733b91085df28bc416b157
parent56c0241de65721ddbd15884bf3c958eaee8d06c8
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.
lib/libdisk/Makefile
lib/libdisk/blocks.c
lib/libdisk/chunk.c
lib/libdisk/disk.c
lib/libdisk/libdisk.h
lib/libdisk/write_alpha_disk.c [new file with mode: 0644]
lib/libdisk/write_amd64_disk.c [new file with mode: 0644]
lib/libdisk/write_disk.c
lib/libdisk/write_i386_disk.c [new file with mode: 0644]
lib/libdisk/write_ia64_disk.c [new file with mode: 0644]
lib/libdisk/write_pc98_disk.c [new file with mode: 0644]