From owner-freebsd-current Tue Jun 27 8:39:10 2000 Delivered-To: freebsd-current@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id 5356F37C061 for ; Tue, 27 Jun 2000 08:39:05 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 136xRP-000435-00; Tue, 27 Jun 2000 17:38:23 +0200 Received: from p3e9c1133.dip0.t-ipconnect.de ([62.156.17.51] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 136xRM-0002pO-00; Tue, 27 Jun 2000 17:38:20 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id C39ECAC27; Tue, 27 Jun 2000 17:38:27 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id F34DB14AB3; Tue, 27 Jun 2000 17:38:21 +0200 (CEST) Date: Tue, 27 Jun 2000 17:38:21 +0200 From: Alexander Langer To: Clive Lin Cc: FreeBSD current Subject: Re: let badsect recog IFCHR in 5.0-C Message-ID: <20000627173821.A98097@cichlids.cichlids.com> Mail-Followup-To: Clive Lin , FreeBSD current References: <20000627230456.A18587@cartier.cirx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000627230456.A18587@cartier.cirx.org>; from clive@CirX.ORG on Tue, Jun 27, 2000 at 11:04:56PM +0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Clive Lin (clive@CirX.ORG): > - memcpy(name_dir_end + 1, name_dir_end, strlen(name_dir_end) + 1); > - *name_dir_end = 'r'; > + // un-needed. > + // memcpy(name_dir_end + 1, name_dir_end, strlen(name_dir_end) + 1); > + // *name_dir_end = 'r'; Use /* */ comments or #if 0. Please see style(9) :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message