OpenSSH_4.3p1 configure patch
Corinna Vinschen
vinschen at redhat.com
Mon Feb 6 22:06:55 EST 2006
On Feb 4 18:20, Tim Rice wrote:
> Please do test the next snapshot. I've just commited a couple of changes
> to congigure.ac.
Can we add this patch to get rid of an annoying compiler warning?
--- bsd-cygwin_util.c.ORIG 2006-02-06 12:06:17.657591500 +0100
+++ bsd-cygwin_util.c 2006-02-06 10:55:57.543851300 +0100
@@ -268,7 +268,7 @@ char **
fetch_windows_environment(void)
{
char **e, **p;
- int i, idx = 0;
+ unsigned int i, idx = 0;
p = xmalloc((WENV_SIZ + 1) * sizeof(char *));
for (e = environ; *e != NULL; ++e) {
Thanks,
Corinna
--
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat
More information about the openssh-unix-dev
mailing list