summaryrefslogtreecommitdiff
path: root/gpsd.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd.spec.in')
-rw-r--r--gpsd.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.spec.in b/gpsd.spec.in
index df1b3129..5136eaef 100644
--- a/gpsd.spec.in
+++ b/gpsd.spec.in
@@ -123,7 +123,7 @@ if [ -d /etc/udev/rules.d/ ]; then rm /etc/udev/rules.d/80-gpsd.rules; fi
- Petter Reinholdtsen's fix for gps.py buffering. Fix syntax errors
in udev scriptlets. Clean up after GCC warning messages. Drop use of
vsprintf, so we get a link-time error on systems that might produce
- buffer overruns.
+ buffer overruns (all modern Unixes support vsnsprintf which is safe).
* Thu Dec 23 2004 Eric S. Raymond <esr@snark.thyrsus.com> - 2.5.1
- Use gmtime instead of localtime when guessing the day or year of a date;