summaryrefslogtreecommitdiff
path: root/comms/predict/files/patch-clients_earthtrack_earthtrack.c
diff options
context:
space:
mode:
Diffstat (limited to 'comms/predict/files/patch-clients_earthtrack_earthtrack.c')
-rw-r--r--comms/predict/files/patch-clients_earthtrack_earthtrack.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/comms/predict/files/patch-clients_earthtrack_earthtrack.c b/comms/predict/files/patch-clients_earthtrack_earthtrack.c
new file mode 100644
index 000000000000..a377d10f9a40
--- /dev/null
+++ b/comms/predict/files/patch-clients_earthtrack_earthtrack.c
@@ -0,0 +1,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)
+ {