This commit is contained in:
Michiel Broek 2003-09-02 21:15:33 +00:00
parent 8c2ce9da3b
commit feb89282e1
2 changed files with 0 additions and 7 deletions

View File

@ -40,10 +40,6 @@
#include "scanout.h"
#include "lutil.h"
#ifndef PATH_MAX
#define PATH_MAX 512
#endif
static faddr addr = {
NULL,

View File

@ -59,9 +59,6 @@ struct timezone tz;
static long Bytesleft; /* number of bytes of incoming file left */
static long Modtime; /* Unix style mod time for incoming file */
static int Filemode; /* Unix style mode for incoming file */
#ifndef PATH_MAX
#define PATH_MAX 512
#endif
static int Thisbinary; /* current file is to be received in bin mode */
char Lzconv; /* Local ZMODEM file conversion request */