--- tftpd/inc/defs.h 2014/02/20 15:39:15 1.1.1.1.4.3 +++ tftpd/inc/defs.h 2014/02/20 16:04:02 1.1.1.1.4.4 @@ -29,6 +29,7 @@ struct tagCli { char file[PATH_MAX]; char mode[10]; short close; + int tmp; };