Python handles ioctl(2) strangely and causes warnings on 64-bit
platforms. The analysis was originally posted here:
http://docs.freebsd.org/cgi/mid.cgi?201006231708.40032.jkim
Now I made more complete patch for all Python ports and it is
available from here:
http://people.freebsd.org/~jkim/py
On Thursday 24 June 2010 02:38 pm, Jung-uk Kim wrote:
> Python handles ioctl(2) strangely and causes warnings on 64-bit
> platforms. The analysis was originally posted here:
>
> http://docs.freebsd.org/cgi/mid.cgi?201006231708.40032.jkim
>
> Now I made more complete patch for all Python ports and