tAdd Disk definitions. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fcdc75c05b9605da034d841c5f0288c3be4b82cb
 (DIR) parent 439bc8dbe892fed4657c7020f293cf4d8a0b78bc
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sat, 29 Oct 2005 17:34:03 +0000
       
       Add Disk definitions.
       
       Diffstat:
         M include/disk.h                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/include/disk.h b/include/disk.h
       t@@ -31,6 +31,7 @@ Scsi*                openscsi(char*);
        int                scsiready(Scsi*);
        
        extern int                scsiverbose;
       +#endif
        
        /* disk partition interface */
        typedef struct Disk Disk;
       t@@ -65,7 +66,6 @@ enum {
                Gdisk,
                Gguess,
        };
       -#endif
        
        /* proto file parsing */
        typedef void Protoenum(char *new, char *old, Dir *d, void *a);