aboutsummaryrefslogtreecommitdiff
path: root/include/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/disk.h')
-rw-r--r--include/disk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/disk.h b/include/disk.h
index 7e1d35a2..f3a19052 100644
--- 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);