From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:55 +0000 (-0700) Subject: Update AUTHORS with pull request for fixing gcc6 build issues. X-Git-Tag: stable-10.2.0~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f386a32789574bb73f75f0e8e82e80f0511416c;p=thirdparty%2Fopen-vm-tools.git Update AUTHORS with pull request for fixing gcc6 build issues. The issue in linuxDeployment.c has been fixed. This change is to udpate the AUTHORS file. - https://github.com/vmware/open-vm-tools/pull/107 - https://github.com/vmware/open-vm-tools/pull/107/files#diff-ffeb9f9be2f25b5b92ecf9101fa3aae5 --- diff --git a/open-vm-tools/AUTHORS b/open-vm-tools/AUTHORS index d830fe0e2..815b02cef 100644 --- a/open-vm-tools/AUTHORS +++ b/open-vm-tools/AUTHORS @@ -4,3 +4,6 @@ Contributors to open-vm-tools: Steve Wills Correct __IS_FREEBSD__ macro in vm_basic_defs.h (clang) - https://github.com/vmware/open-vm-tools/pull/136 + +Bernd Zeimetz Fix gcc6 build issues in linuxDeployment.c file. + - https://github.com/vmware/open-vm-tools/pull/107