Add readline support in tftp client; some additional minor cleanups.

This commit is contained in:
hpa 2001-11-12 23:27:48 +00:00
parent 9570005ba2
commit 9753e234c6
5 changed files with 46 additions and 19 deletions

View file

@ -66,8 +66,6 @@ static const char *rcsid UNUSED =
#include <string.h>
#include <unistd.h>
#include "../config.h"
#define PKTSIZE MAX_SEGSIZE+4 /* should be moved to tftp.h */
int segsize = SEGSIZE; /* Default segsize */