summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/canohost.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-20 20:54:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-20 20:54:11 +0000
commit8927102be4f9fac5a25493cde928757927c4438e (patch)
treedfa99c8ab3b39b8e69aecab8c2df4945d35e2550 /usr.bin/ssh/canohost.c
parent88e5ac60048b333effb71fe9e7b3c3926a1f7cf1 (diff)
unsigned casts for ctype macros where neccessary
ok guenther millert markus
Diffstat (limited to 'usr.bin/ssh/canohost.c')
-rw-r--r--usr.bin/ssh/canohost.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/canohost.c b/usr.bin/ssh/canohost.c
index ecd260b7ab8..7f1fefb1253 100644
--- a/usr.bin/ssh/canohost.c
+++ b/usr.bin/ssh/canohost.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: canohost.c,v 1.68 2013/10/14 23:28:22 djm Exp $ */
+/* $OpenBSD: canohost.c,v 1.69 2013/11/20 20:54:10 deraadt Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -17,7 +17,6 @@
#include <netinet/in.h>
-#include <ctype.h>
#include <errno.h>
#include <netdb.h>
#include <stdio.h>