Date: Fri, 13 Sep 2002 03:33:10 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_enc.c Message-ID: <200209131033.g8DAXA0q006395@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/09/13 03:33:10 PDT Modified files: sys/geom geom.h geom_enc.c Log: Add a couple more of the big/little-endian conversion routines and make them visible from userland, if need be. I wish that the C language contained this as part of struct definintions, but failing that, I would settle for an agreed upon set of functions for packing/unpacking integers in various sizes from byte-streams which may have unfriendly alignment. This really belongs in <sys/endian.h> I guess. Revision Changes Path 1.21 +9 -6 src/sys/geom/geom.h 1.4 +16 -0 src/sys/geom/geom_enc.c 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?200209131033.g8DAXA0q006395>