=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/canohost.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/ssh/canohost.c 1999/11/23 22:25:53 1.6 +++ src/usr.bin/ssh/canohost.c 1999/11/24 00:26:01 1.7 @@ -1,20 +1,20 @@ /* + * + * canohost.c + * + * Author: Tatu Ylonen + * + * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland + * All rights reserved + * + * Created: Sun Jul 2 17:52:22 1995 ylo + * + * Functions for returning the canonical host name of the remote site. + * + */ -canohost.c - -Author: Tatu Ylonen - -Copyright (c) 1995 Tatu Ylonen , Espoo, Finland - All rights reserved - -Created: Sun Jul 2 17:52:22 1995 ylo - -Functions for returning the canonical host name of the remote site. - -*/ - #include "includes.h" -RCSID("$Id: canohost.c,v 1.6 1999/11/23 22:25:53 markus Exp $"); +RCSID("$Id: canohost.c,v 1.7 1999/11/24 00:26:01 deraadt Exp $"); #include "packet.h" #include "xmalloc.h"