plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit fcdc75c05b9605da034d841c5f0288c3be4b82cb
parent 439bc8dbe892fed4657c7020f293cf4d8a0b78bc
Author: rsc <devnull@localhost>
Date:   Sat, 29 Oct 2005 17:34:03 +0000

Add Disk definitions.

Diffstat:
Minclude/disk.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/disk.h b/include/disk.h @@ -31,6 +31,7 @@ Scsi* openscsi(char*); int scsiready(Scsi*); extern int scsiverbose; +#endif /* disk partition interface */ typedef struct Disk Disk; @@ -65,7 +66,6 @@ enum { Gdisk, Gguess, }; -#endif /* proto file parsing */ typedef void Protoenum(char *new, char *old, Dir *d, void *a);