=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfd.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/ssh/authfd.c 1999/12/15 19:43:10 1.16 +++ src/usr.bin/ssh/authfd.c 2000/04/12 09:39:09 1.17 @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$Id: authfd.c,v 1.16 1999/12/15 19:43:10 markus Exp $"); +RCSID("$Id: authfd.c,v 1.17 2000/04/12 09:39:09 markus Exp $"); #include "ssh.h" #include "rsa.h" @@ -24,7 +24,7 @@ #include "xmalloc.h" #include "getput.h" -#include +#include /* Returns the number of the authentication fd, or -1 if there is none. */