diff options
author | Damien Miller <djm@mindrot.org> | 2013-11-21 13:57:15 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-11-21 13:57:15 +1100 |
commit | fdb2306acdc3eb2bc46b6dfdaaf6005c650af22a (patch) | |
tree | e74555afa79597355921b5e6ce9ba4ae901b5253 /canohost.c | |
parent | e00167307e4d3692695441e9bd712f25950cb894 (diff) |
- deraadt@cvs.openbsd.org 2013/11/20 20:54:10
[canohost.c clientloop.c match.c readconf.c sftp.c]
unsigned casts for ctype macros where neccessary
ok guenther millert markus
Diffstat (limited to 'canohost.c')
-rw-r--r-- | canohost.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/canohost.c b/canohost.c index a8eeb0e35..2e5a0b86e 100644 --- a/canohost.c +++ b/canohost.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: canohost.c,v 1.68 2013/10/14 23:28:22 djm Exp $ */ | 1 | /* $OpenBSD: canohost.c,v 1.69 2013/11/20 20:54:10 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -20,7 +20,6 @@ | |||
20 | #include <netinet/in.h> | 20 | #include <netinet/in.h> |
21 | #include <arpa/inet.h> | 21 | #include <arpa/inet.h> |
22 | 22 | ||
23 | #include <ctype.h> | ||
24 | #include <errno.h> | 23 | #include <errno.h> |
25 | #include <netdb.h> | 24 | #include <netdb.h> |
26 | #include <stdio.h> | 25 | #include <stdio.h> |