summaryrefslogtreecommitdiffstats
path: root/canohost.c
diff options
context:
space:
mode:
Diffstat (limited to 'canohost.c')
-rw-r--r--canohost.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/canohost.c b/canohost.c
index 6d36dd11..506446d0 100644
--- a/canohost.c
+++ b/canohost.c
@@ -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;