Date: Mon, 16 Dec 2002 08:20:06 -0800 (PST) From: Robert Drehmel <robert@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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: <200212161620.gBGGK6uX080655@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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". Tested by: tjr Requested by: comment marked with XXX Revision Changes Path 1.10 +12 -13 src/sys/kern/subr_mchain.c 1.7 +1 -1 src/sys/netsmb/smb.h 1.8 +2 -2 src/sys/netsmb/smb_iod.c 1.9 +1 -1 src/sys/netsmb/smb_rq.c 1.11 +1 -1 src/sys/netsmb/smb_subr.c 1.6 +1 -22 src/sys/sys/mchain.h 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?200212161620.gBGGK6uX080655>