Commit 703fa98a authored by Yang Tse's avatar Yang Tse
Browse files

PKTSIZE might have been already defined in arpa/tftp.h
parent ec4647c0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -103,7 +103,9 @@
*                      STRUCT DECLARATIONS AND DEFINES                       *
*****************************************************************************/

#ifndef PKTSIZE
#define PKTSIZE (SEGSIZE + 4)  /* SEGSIZE defined in arpa/tftp.h */
#endif

struct testcase {
  char *buffer;   /* holds the file data to send to the client */