Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/vndcompress Window size is now an option; remove XXX...



details:   https://anonhg.NetBSD.org/src/rev/ef9b94c1bc8c
branches:  trunk
changeset: 792945:ef9b94c1bc8c
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jan 22 06:16:32 2014 +0000

description:
Window size is now an option; remove XXX comment to the contrary.

diffstat:

 usr.bin/vndcompress/vndcompress.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 2e2c6a2dd88f -r ef9b94c1bc8c usr.bin/vndcompress/vndcompress.c
--- a/usr.bin/vndcompress/vndcompress.c Wed Jan 22 06:16:23 2014 +0000
+++ b/usr.bin/vndcompress/vndcompress.c Wed Jan 22 06:16:32 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vndcompress.c,v 1.19 2014/01/22 06:15:57 riastradh Exp $       */
+/*     $NetBSD: vndcompress.c,v 1.20 2014/01/22 06:16:32 riastradh Exp $       */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: vndcompress.c,v 1.19 2014/01/22 06:15:57 riastradh Exp $");
+__RCSID("$NetBSD: vndcompress.c,v 1.20 2014/01/22 06:16:32 riastradh Exp $");
 
 #include <sys/endian.h>
 
@@ -478,7 +478,6 @@
        S->n_offsets = (S->n_blocks + 1);
        __CTASSERT(MAX_N_OFFSETS == (MAX_N_BLOCKS + 1));
        __CTASSERT(MAX_N_OFFSETS <= (SIZE_MAX / sizeof(uint64_t)));
-       /* XXX Make the window size an option.  */
        offtab_init(&S->offtab, S->n_offsets, O->window_size, S->cloop2_fd,
            CLOOP2_OFFSET_TABLE_OFFSET);
 



Home | Main Index | Thread Index | Old Index