Attention is currently required from: flichtenheld, plaisthos. Hello plaisthos, flichtenheld,
I'd like you to do a code review. Please visit http://gerrit.openvpn.net/c/openvpn/+/940?usp=email to review the following change. Change subject: Remove UINT8_MAX definition ...................................................................... Remove UINT8_MAX definition Because this is a part of C99 if uint8_t is available. Change-Id: I37482a8c322680add00bab52272f9945fbb3bd09 Signed-off-by: Lev Stipakov <l...@openvpn.net> --- M src/openvpn/socket.c 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/40/940/1 diff --git a/src/openvpn/socket.c b/src/openvpn/socket.c index bd7a449..a0c22b1 100644 --- a/src/openvpn/socket.c +++ b/src/openvpn/socket.c @@ -3036,10 +3036,6 @@ return BSTR(&buffer); } -#ifndef UINT8_MAX -#define UINT8_MAX 0xff -#endif - /* add some offset to an ipv6 address * (add in steps of 8 bits, taking overflow into next round) */ -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/940?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: I37482a8c322680add00bab52272f9945fbb3bd09 Gerrit-Change-Number: 940 Gerrit-PatchSet: 1 Gerrit-Owner: stipa <lstipa...@gmail.com> Gerrit-Reviewer: flichtenheld <fr...@lichtenheld.com> Gerrit-Reviewer: plaisthos <arne-open...@rfc2549.org> Gerrit-CC: openvpn-devel <openvpn-devel@lists.sourceforge.net> Gerrit-Attention: plaisthos <arne-open...@rfc2549.org> Gerrit-Attention: flichtenheld <fr...@lichtenheld.com> Gerrit-MessageType: newchange
_______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel