# HG changeset patch # User viric@mandarina # Date 1254504041 -7200 # Node ID 62048132f95f0a7af72b137f05613b7793575fb9 # Parent 8d1f96d0e80288d811ac4646b3fb0c8141b60ba9 Making changes so it looks like the code in ts-0.6.4, which I can't find diff -r 8d1f96d0e802 -r 62048132f95f Changelog --- a/Changelog Thu Feb 19 23:18:51 2009 +0100 +++ b/Changelog Fri Oct 02 19:20:41 2009 +0200 @@ -10,6 +10,8 @@ Future: - Use a better system than mkstemp() for finding output files, so we can add .gz to the gzipped outputs. +v0.6.4: + - Fixed a bug breaking -c and -t. v0.6.3: - Fixed a bug on -c and -t. - Adding first support for -D (run depending on any job) diff -r 8d1f96d0e802 -r 62048132f95f client.c --- a/client.c Thu Feb 19 23:18:51 2009 +0100 +++ b/client.c Fri Oct 02 19:20:41 2009 +0200 @@ -207,6 +207,7 @@ "old ts server running?\n"); error("Error checking version"); } + alarm(0); if (m.type != VERSION || m.u.version != PROTOCOL_VERSION) { diff -r 8d1f96d0e802 -r 62048132f95f mail.c --- a/mail.c Thu Feb 19 23:18:51 2009 +0100 +++ b/mail.c Fri Oct 02 19:20:41 2009 +0200 @@ -13,6 +13,7 @@ #include #include #include +#include /* Needed for any main.h inclusion */ #include "main.h" diff -r 8d1f96d0e802 -r 62048132f95f tail.c --- a/tail.c Thu Feb 19 23:18:51 2009 +0100 +++ b/tail.c Fri Oct 02 19:20:41 2009 +0200 @@ -11,6 +11,7 @@ #include #include #include +#include #include #include /* Dep de main.h */