[PATCH] incorrect #include in ssh-rand-helper.c

Darren Tucker dtucker at zip.com.au
Tue Jun 19 08:01:35 EST 2007


On Mon, Jun 18, 2007 at 05:50:15PM +0100, Tony Finch wrote:
> --- ssh-rand-helper.c.orig      Mon Jun 18 16:48:13 2007
> +++ ssh-rand-helper.c   Mon Jun 18 16:47:32 2007
> @@ -31,7 +31,7 @@
>  #include <sys/socket.h>
> 
>  #include <stdarg.h>
> -#include <stddef.h>
> +#include <string.h>

string.h was recently added (rev 1.41, 2007/03/12).  You didn't say why
you think that stddef.h is wrong and should be removed.

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list