diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-04-30 11:04:16 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-04-30 11:04:16 +0000 |
| commit | 9781a14091fb30d374fc6ce1a9c1e802d3f8da65 (patch) | |
| tree | e2d59f880d13ec0362f8f6337a1f6cb182b43c1a /lib/libdisk/create_chunk.c | |
| parent | 6d83113dcf5299a08d602e79ff205c89e65e070b (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
| -rw-r--r-- | lib/libdisk/create_chunk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 27652e645f65..0bb6c08b1ff9 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: create_chunk.c,v 1.3 1995/04/29 07:21:10 phk Exp $ + * $Id: create_chunk.c,v 1.4 1995/04/30 06:09:25 phk Exp $ * */ @@ -128,7 +128,6 @@ int Create_Chunk(struct disk *d, u_long offset, u_long size, chunk_e type, int subtype, u_long flags) { int i; - u_long l1,l2,end = offset + size; i = Add_Chunk(d,offset,size,"X",type,subtype,flags); Fixup_Names(d); |
