Date: Mon, 16 Dec 2002 17:35:14 +0100 From: Robert Drehmel <robert@ferrari-electronic.de> To: Robert Drehmel <robert@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_mchain.c src/sys/netsmb smb.h smb_iod.c smb_rq.c smb_subr.c src/sys/sys mchain.h Message-ID: <20021216173514.A7836@alpha.develop.ferrari.net> In-Reply-To: <200212161620.gBGGK6uX080655@repoman.freebsd.org> References: <200212161620.gBGGK6uX080655@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 16, 2002 at 08:20:06AM -0800, Robert Drehmel wrote: > robert 2002/12/16 08:20:06 PST > > Modified files: > sys/kern subr_mchain.c > sys/netsmb smb.h smb_iod.c smb_rq.c smb_subr.c > sys/sys mchain.h > Log: > Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in > _KERNEL scope from "src/sys/sys/mchain.h". > > Replace each occurrence of the above in _KERNEL scope with the > appropriate macro from the set of hto(be|le)(16|32|64) and > (be|le)toh(16|32|64) from "src/sys/sys/endian.h". Actually from the set of hto(be|le)(16|32|64) and (be|le)(16|32|64)toh. The commit utilized the correct names, but my brain seems to prefer those with the width-suffix written in the commit message when it is idle (e.g. while writing commit messages). :-) ciao, -robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021216173514.A7836>