From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 9431 invoked from network); 15 Sep 2022 05:45:32 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 15 Sep 2022 05:45:32 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id B1DC341735; Thu, 15 Sep 2022 15:45:26 +1000 (AEST) Received: from junk.nocrew.org (junk.nocrew.org [51.15.56.219]) by minnie.tuhs.org (Postfix) with ESMTPS id D43C941721 for ; Thu, 15 Sep 2022 15:45:19 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=junk.nocrew.org) by junk.nocrew.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1oYhgb-0006Rb-NA; Thu, 15 Sep 2022 05:45:17 +0000 From: Lars Brinkhoff To: Jan-Benedict Glaw In-Reply-To: <20220914213325.wqdkdocq6lajjubw@lug-owl.de> (Jan-Benedict Glaw's message of "Wed, 14 Sep 2022 23:33:25 +0200") Organization: nocrew References: <7w7d30jnp1.fsf@junk.nocrew.org> <7wv8px5c46.fsf@junk.nocrew.org> <7wsfkt4zjr.fsf@junk.nocrew.org> <20220914213325.wqdkdocq6lajjubw@lug-owl.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Date: Thu, 15 Sep 2022 05:45:17 +0000 Message-ID: <7wedwd42du.fsf@junk.nocrew.org> MIME-Version: 1.0 Content-Type: text/plain X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: lars@nocrew.org X-SA-Exim-Scanned: No (on junk.nocrew.org); SAEximRunCond expanded to false Message-ID-Hash: YF3XA2ETXYOY532DTTULHEH27JOVCVM3 X-Message-ID-Hash: YF3XA2ETXYOY532DTTULHEH27JOVCVM3 X-MailFrom: lars@nocrew.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: The Eunuchs Hysterical Society X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Extracting files from various old dump/restore tapes List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Jan-Benedict Glaw wrote: > Here's some stuff to build it, at least on my side. > * -Ilibword does not exist > * Seems `classify-tape.c` got renamed to `classify.c` > * read_32bits_l() is unused and produces a warning Thanks! I fumbled some last-minute changes. And frankly, I didn't expect anyone to pick it up so quickly!