]> andersk Git - openssh.git/blobdiff - canohost.c
- djm@cvs.openbsd.org 2005/06/17 02:44:33
[openssh.git] / canohost.c
index c3ab455561ecf6f66bb7ae0c7852cf99340f8b4c..04dc3d18280e453422d66b85363580bab0027b49 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: canohost.c,v 1.43 2005/06/16 08:00:00 markus Exp $");
+RCSID("$OpenBSD: canohost.c,v 1.44 2005/06/17 02:44:32 djm Exp $");
 
 #include "packet.h"
 #include "xmalloc.h"
@@ -143,7 +143,8 @@ check_ip_options(int sock, char *ipaddr)
        u_char options[200];
        char text[sizeof(options) * 3 + 1];
        socklen_t option_size;
-       int i, ipproto;
+       u_int i;
+       int ipproto;
        struct protoent *ip;
 
        if ((ip = getprotobyname("ip")) != NULL)
This page took 0.033633 seconds and 4 git commands to generate.