[PATCH 1/3] libcrypt: make crypt() itself more modular

Mike Frysinger vapier at gentoo.org
Mon Dec 19 06:17:29 UTC 2011


On Saturday 17 December 2011 05:40:51 William Pitcock wrote:
> --- a/libcrypt/crypt.c
> +++ b/libcrypt/crypt.c
>
> +#include <syscall.h>

why do you need this ?

> +#define ARRAY_SIZE(v) (sizeof(v) / sizeof((v)[0]))

NAK: this is in include/libc-internal.h now
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20111219/8d7aedbe/attachment.asc>


More information about the uClibc mailing list