1. 01 9月, 2009 1 次提交
  2. 31 8月, 2009 2 次提交
    • S
      Fix compiler warnings · 9e3a95ef
      Stefan Weil 提交于
      Starting with commit df7a86ed,
      mingw32 builds result in a compiler warning for dns_addr:
      
        CC    slirp/slirp.o
      /home/stefan/src/qemu/savannah/qemu/slirp/slirp.c:50: warning: missing braces around initializer
      /home/stefan/src/qemu/savannah/qemu/slirp/slirp.c:50: warning: (near initialization for ‘dns_addr.S_un’)
      
      Removing the assignment fixes the warning without the need of special code
      for mingw32 (and also saves some bytes in the resulting binary).
      
      To fix another potential compiler warning, the missing 'static'
      attribute was added.
      
      The same changes were applied to dns_addr_time.
      Signed-off-by: NStefan Weil <weil@mail.berlios.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      9e3a95ef
    • B
      Fix breakage due to __thread · 528e93a9
      Blue Swirl 提交于
      Thread-local storage is not supported on all hosts.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      528e93a9
  3. 29 8月, 2009 12 次提交
  4. 28 8月, 2009 25 次提交