search for: 209d975

Displaying 1 result from an estimated 1 matches for "209d975".

Did you mean: 209975
2016 Apr 23
0
RFC: [Patch] libpuload: use previous TFTP OK status definition
...t;ERR_" off the definition or change all of the places this macro is used? Trimming means we have two possible spots with incongruent definitions (bit order difference). I'm leaning towards changing where it's used. diff --git a/com32/libupload/tftp.h b/com32/libupload/tftp.h index 209d975..27f5fbe 100644 --- a/com32/libupload/tftp.h +++ b/com32/libupload/tftp.h @@ -18,7 +18,7 @@ TFTP_ERR_BAD_OPTS = 8, /**< Option negotiation failed */ /* The following are not defined in RFC, for internal usage only */ TFTP_ERR_UNABLE_TO_RESOLVE = 9, TFTP_ERR_UNABLE_TO_CONNECT = 10, -TFTP_ERR_O...