Loading tests/server/tftp.h +0 −6 Original line number Diff line number Diff line Loading @@ -46,12 +46,6 @@ struct tftphdr { #define th_code th_block #define th_msg th_data #define opcode_RRQ 1 #define opcode_WRQ 2 #define opcode_DATA 3 #define opcode_ACK 4 #define opcode_ERROR 5 #define EUNDEF 0 #define ENOTFOUND 1 #define EACCESS 2 Loading tests/server/tftpd.c +5 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,11 @@ static int writeit(struct testcase *test, struct tftphdr **dpp, int ct, int convert); static void mysignal(int, void (*func)(int)); #define opcode_RRQ 1 #define opcode_WRQ 2 #define opcode_DATA 3 #define opcode_ACK 4 #define opcode_ERROR 5 #define TIMEOUT 5 Loading Loading
tests/server/tftp.h +0 −6 Original line number Diff line number Diff line Loading @@ -46,12 +46,6 @@ struct tftphdr { #define th_code th_block #define th_msg th_data #define opcode_RRQ 1 #define opcode_WRQ 2 #define opcode_DATA 3 #define opcode_ACK 4 #define opcode_ERROR 5 #define EUNDEF 0 #define ENOTFOUND 1 #define EACCESS 2 Loading
tests/server/tftpd.c +5 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,11 @@ static int writeit(struct testcase *test, struct tftphdr **dpp, int ct, int convert); static void mysignal(int, void (*func)(int)); #define opcode_RRQ 1 #define opcode_WRQ 2 #define opcode_DATA 3 #define opcode_ACK 4 #define opcode_ERROR 5 #define TIMEOUT 5 Loading