diff options
author | anray <anray@FreeBSD.org> | 2006-04-01 06:57:54 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-04-01 06:57:54 +0800 |
commit | e7816101ca73685536c0e7a0847f8b60ad925408 (patch) | |
tree | 8393f36d955a427f492063e15f10f0e01f18629a /comms/qicosi | |
parent | 3313150943e980dd13db4285503eff817ddca5d0 (diff) | |
download | freebsd-ports-gnome-e7816101ca73685536c0e7a0847f8b60ad925408.tar.gz freebsd-ports-gnome-e7816101ca73685536c0e7a0847f8b60ad925408.tar.zst freebsd-ports-gnome-e7816101ca73685536c0e7a0847f8b60ad925408.zip |
Fix build on the sparc64 7.0 systems.
Reported by: kris(pointyhat)
Diffstat (limited to 'comms/qicosi')
-rw-r--r-- | comms/qicosi/files/patch-modem.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/qicosi/files/patch-modem.c b/comms/qicosi/files/patch-modem.c new file mode 100644 index 000000000000..7cd40780f2f0 --- /dev/null +++ b/comms/qicosi/files/patch-modem.c @@ -0,0 +1,11 @@ +--- src/modem.c.orig Sat Apr 1 01:23:35 2006 ++++ src/modem.c Sat Apr 1 01:24:39 2006 +@@ -314,7 +314,7 @@ + + static int modem_get_str(char *buf, size_t nbytes, int timeout) + { +- timer_t tout = timer_set( timeout ); ++ time_t tout = timer_set( timeout ); + int rc = ERROR, ch = 0, ptr = 0; + + buf[0] = '\0'; |