=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keyscan.c,v retrieving revision 1.16.2.5 retrieving revision 1.16.2.6 diff -u -r1.16.2.5 -r1.16.2.6 --- src/usr.bin/ssh/ssh-keyscan.c 2001/09/27 00:15:42 1.16.2.5 +++ src/usr.bin/ssh/ssh-keyscan.c 2001/11/15 00:15:00 1.16.2.6 @@ -7,7 +7,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keyscan.c,v 1.16.2.5 2001/09/27 00:15:42 miod Exp $"); +RCSID("$OpenBSD: ssh-keyscan.c,v 1.16.2.6 2001/11/15 00:15:00 miod Exp $"); #include #include @@ -32,11 +32,7 @@ /* Flag indicating whether IPv4 or IPv6. This can be set on the command line. Default value is AF_UNSPEC means both IPv4 and IPv6. */ -#ifdef IPV4_DEFAULT -int IPv4or6 = AF_INET; -#else int IPv4or6 = AF_UNSPEC; -#endif int ssh_port = SSH_DEFAULT_PORT;