summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-01-24 07:10:25 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-01-24 07:10:25 -0500
commit9d17d6443fe5eb1c74406fd50abc6d53d43422fc (patch)
tree1e2a573a73e98788e486ea425b28331f5d039ca7 /devtools
parent847485d519e9596847f6d34a6a7cbd073f72f5d4 (diff)
downloadgpsd-9d17d6443fe5eb1c74406fd50abc6d53d43422fc.tar.gz
Fix bug reported on the dev list resulting from NTPSHMSEGS > MAX_DEVICES * 2.
As a side effect, simplify configuration slightly. All regression tests pass.
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/sizes2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/sizes b/devtools/sizes
index 57617de4..f6f3f610 100755
--- a/devtools/sizes
+++ b/devtools/sizes
@@ -67,7 +67,7 @@ sizeit("Minimalist build, stripped to NMEA only with shm interface",
"netfeed=no",
"passthrough=no",
"fixed_port_speed=9600",
- "limited_max_devices=1",
+ "max_devices=1",
] + nmea_variants + binary_gps + non_gps + time_service + debugging)
sizeit("Normal build, configure options defaulted", "normal", [])
os.system("size gpsd-*-build")