[oe-commits] Mark Hatle : cracklib: Allow byte order patch to work on older Linux hosts

git at git.openembedded.org git at git.openembedded.org
Wed May 29 21:02:14 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 52c83ea977b0f95917ec81dff394454e1a9bd541
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=52c83ea977b0f95917ec81dff394454e1a9bd541

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Fri May 24 10:03:54 2013 -0500

cracklib: Allow byte order patch to work on older Linux hosts

Older hosts don't have the htobe* and be*toh functions defined.
Instead we fall back to checking the endian and calling bswap_*
directly.  This works on both old and new hosts.

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 ...c-support-dictionary-byte-order-dependent.patch |  120 +++++++++++---------
 1 files changed, 65 insertions(+), 55 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=52c83ea977b0f95917ec81dff394454e1a9bd541


More information about the Openembedded-commits mailing list