diff options
author | anray <anray@FreeBSD.org> | 2006-04-25 15:29:40 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-04-25 15:29:40 +0800 |
commit | f5bb6fe3d3f778e3b80182a8e043c97211fc18ca (patch) | |
tree | 2267dd9bc1df47df78d2db8d14e31ebef517fdd3 /comms/qicosi | |
parent | dff444a85cdf923746f7879688db300c15f0ec3c (diff) | |
download | freebsd-ports-gnome-f5bb6fe3d3f778e3b80182a8e043c97211fc18ca.tar.gz freebsd-ports-gnome-f5bb6fe3d3f778e3b80182a8e043c97211fc18ca.tar.zst freebsd-ports-gnome-f5bb6fe3d3f778e3b80182a8e043c97211fc18ca.zip |
Fix build on 7.0-CURRENT
Reported by: kris(pointyhat)
Diffstat (limited to 'comms/qicosi')
-rw-r--r-- | comms/qicosi/files/patch-tty.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/qicosi/files/patch-tty.c b/comms/qicosi/files/patch-tty.c new file mode 100644 index 000000000000..b78ca1d522ae --- /dev/null +++ b/comms/qicosi/files/patch-tty.c @@ -0,0 +1,11 @@ +--- src/tty.c.orig Tue Apr 25 10:18:46 2006 ++++ src/tty.c Tue Apr 25 10:18:57 2006 +@@ -629,7 +629,7 @@ + int rc = OK, restsize = TX_BUF_SIZE - tty_tx_free - tty_tx_ptr; + boolean wd; + struct timeval tv; +- timer_t tm; ++ time_t tm; + + tm = timer_set( tsec ); + while( TX_BUF_SIZE != tty_tx_free ) { |