summaryrefslogtreecommitdiff
path: root/tsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-06-15 11:37:30 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-06-15 11:37:30 +0000
commit536bcf03dad098502298ae447999198e86b6c615 (patch)
tree2a5b5175f550a015841b5442cc7035981c9a669f /tsip.c
parent89cdadfdabfc17eb49f1de99c7e394f4ab15ca1f (diff)
downloadgpsd-536bcf03dad098502298ae447999198e86b6c615.tar.gz
Various small cleanups.
Fix a return type. Note start-of-cycle in some test loads. Consolidate -DGNU_SOURCE loads.
Diffstat (limited to 'tsip.c')
-rw-r--r--tsip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tsip.c b/tsip.c
index 0874173e..04c5e19d 100644
--- a/tsip.c
+++ b/tsip.c
@@ -6,7 +6,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#define __USE_ISOC99 1 /* needed to get log2() from math.h */
#include <math.h>
#include "gpsd.h"
#include "bits.h"