diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-05-13 14:06:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-05-13 14:06:22 (GMT) |
commit | 52bc7742c8816dd82b1f811d1e993e66973d69d9 (patch) | |
tree | 8436c2e0cbc3456d1c8b6c101eda67413cf30838 /ChangeLog | |
parent | 18b4a36a1a37a62808c9caa0b3d6eb1882c3ed65 (diff) | |
download | tcl-52bc7742c8816dd82b1f811d1e993e66973d69d9.zip tcl-52bc7742c8816dd82b1f811d1e993e66973d69d9.tar.gz tcl-52bc7742c8816dd82b1f811d1e993e66973d69d9.tar.bz2 |
Stop Solaris from generating a warning; the second argument to ioctl has been
observed to be either signed (Solaris) or unsigned (Linux)...
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-05-13 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * unix/tclUnixChan.c (SETBREAK): Solaris thinks ioctl() takes a + signed second argument, and Linux thinks ioctl() takes an unsigned + second argument. So need a longer definition of this macro to get + neither to spew warnings... + 2002-05-13 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclEvent.c: |