=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp_var.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/ftp/ftp_var.h 1995/10/18 08:45:17 1.1 --- src/usr.bin/ftp/ftp_var.h 1996/06/03 15:55:47 1.2 *************** *** 85,90 **** --- 85,91 ---- int mode; /* file transfer mode */ char bytename[32]; /* local byte size in ascii */ int bytesize; /* local byte size in binary */ + int anonftp; /* force an anonftp login */ char *hostname; /* name of host connected to */ int unix_server; /* server is unix, can use binary for ascii */