]> andersk Git - openssh.git/blobdiff - canohost.c
One way to massive patch. <sigh> It compiles and works under Linux..
[openssh.git] / canohost.c
index 6d36dd11a10bec9730ff30f66a85d5cceab647ac..506446d0521adfba8e22f65c0b9a8fa6493683f2 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: canohost.c,v 1.16 2000/10/21 17:04:22 markus Exp $");
+RCSID("$OpenBSD: canohost.c,v 1.17 2000/12/19 23:17:55 markus Exp $");
 
 #include "packet.h"
 #include "xmalloc.h"
@@ -136,7 +136,7 @@ check_ip_options:
         */
        /* IP options -- IPv4 only */
        if (from.ss_family == AF_INET) {
-               unsigned char options[200], *ucp;
+               u_char options[200], *ucp;
                char text[1024], *cp;
                socklen_t option_size;
                int ipproto;
This page took 0.033121 seconds and 4 git commands to generate.