blob: a377d10f9a4011a8193ef199f33d4ef79c1533e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- clients/earthtrack/earthtrack.c.orig 2023-06-10 19:16:02 UTC
+++ clients/earthtrack/earthtrack.c
@@ -53,13 +53,6 @@ FILE *markerfd=NULL, *greatarcfd=NULL;
HALFPI=1.570796326794896, deg2rad=1.74532925199e-02;
FILE *markerfd=NULL, *greatarcfd=NULL;
-void handler(void)
-{
- /* This is a function that is called when the response function
- times out. This is in case the server fails to respond. */
-
- signal(SIGALRM,handler);
-}
int connectsock(char *host, char *service, char *protocol)
{
|