diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-02-04 17:35:23 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-02-04 17:35:23 +0000 |
| commit | 9284f8f5222dec38bbed31ed98b66ecbfe4ec757 (patch) | |
| tree | 4f6968258275d01c9fc7e290395ce2614e642ec1 /lib/libdisk/libdisk.h | |
| parent | 58b5f01edce6b7a1d1441836501c9fdf3ac555cc (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/libdisk.h')
| -rw-r--r-- | lib/libdisk/libdisk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index ade39d73d2eb..5b86f5932659 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -20,7 +20,7 @@ #define MAX_SEC_SIZE 2048 /* maximum sector size that is supported */ #define MIN_SEC_SIZE 512 /* the sector size to end sensing at */ -const static enum platform { +static const enum platform { p_any, /* for debugging ! */ p_alpha, p_i386, @@ -276,7 +276,7 @@ ShowChunkFlags(struct chunk *); struct disklabel; void Fill_Disklabel(struct disklabel *, const struct disk *, - const struct disk *, const struct chunk *); + const struct chunk *); void Debug_Chunk(struct chunk *); void Free_Chunk(struct chunk *); struct chunk *Clone_Chunk(const struct chunk *); |
