diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-23 19:52:32 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-23 19:52:32 +0000 |
| commit | 532dd2fa864889891025b47b3eefcbbc19f14f44 (patch) | |
| tree | 8f96ba2125f5c49c01733b91085df28bc416b157 /lib/libdisk/chunk.c | |
| parent | 56c0241de65721ddbd15884bf3c958eaee8d06c8 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/chunk.c')
| -rw-r--r-- | lib/libdisk/chunk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/chunk.c b/lib/libdisk/chunk.c index e72ad63616cfd..2b4854d903db5 100644 --- a/lib/libdisk/chunk.c +++ b/lib/libdisk/chunk.c @@ -124,7 +124,7 @@ Clone_Chunk(const struct chunk *c1) static int Insert_Chunk(struct chunk *c2, u_long offset, u_long size, const char *name, - chunk_e type, int subtype, u_long flags, const char *sname) + chunk_e type, int subtype, u_long flags, const char *sname __unused) { struct chunk *ct,*cs; @@ -322,7 +322,7 @@ ShowChunkFlags(struct chunk *c) return ret; } -void +static void Print_Chunk(struct chunk *c1,int offset) { int i; |
