PKTSIZE might have been already defined in arpa/tftp.h

This commit is contained in:
Yang Tse 2010-01-23 13:51:53 +00:00
parent ec4647c0f9
commit 703fa98a48
1 changed files with 2 additions and 0 deletions

View File

@ -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 */