Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2000 17:38:21 +0200
From:      Alexander Langer <alex@big.endian.de>
To:        Clive Lin <clive@CirX.ORG>
Cc:        FreeBSD current <current@FreeBSD.ORG>
Subject:   Re: let badsect recog IFCHR in 5.0-C
Message-ID:  <20000627173821.A98097@cichlids.cichlids.com>
In-Reply-To: <20000627230456.A18587@cartier.cirx.org>; from clive@CirX.ORG on Tue, Jun 27, 2000 at 11:04:56PM %2B0800
References:  <20000627230456.A18587@cartier.cirx.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000627173821.A98097>