summaryrefslogtreecommitdiff
path: root/audio/cdd/patches/patch-ab
blob: c2bb31ba16d51d56cc38b61d4d7b37de07c8ceb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.3 2002/07/19 04:18:25 mycroft Exp $

--- st/stdriver.c.orig	Tue Jun 24 19:46:28 1997
+++ st/stdriver.c	Fri Jul 19 04:10:44 2002
@@ -607,8 +607,8 @@
 int st_read(SOCK *entry, int timeout)
 {
 int ret;                                        /* Generic return variable  */
-long starttime;
-long endtime;
+time_t starttime;
+time_t endtime;
 static struct timeval read_timer;              /* Timeout struct for select */
 static fd_set local_readfds;                  /* Socket bit sets for select */