1. 24 May, 2018 1 commit
  2. 26 Jul, 2017 1 commit
  3. 05 Jul, 2016 1 commit
  4. 15 May, 2015 1 commit
  5. 09 Feb, 2015 1 commit
    • Mihai Moldovan's avatar
      workaround for Mac OS X 10.5 (051_nxcomp_macos105-fdisset.full+lite.patch( · 90547869
      Mihai Moldovan authored
       The Mac OS X 10.5 SDK requires the second argument of FD_ISSET to be
       writeable, although it does only access the data. Given that we have a
       const pointer for a const struct, copy and pass that.
       .
       Note that this is merely a workaround for OS X 10.5, as 10.6 and later
       define the second argument of FD_ISSET as const struct const *foo, too.
       .
       It is safe, as data is accessed read-only by FD_ISSET, even on 10.5.
      90547869
  6. 28 Mar, 2013 2 commits
  7. 13 Nov, 2011 3 commits