CVSROOT: /cvs Module name: src Changes by: ckue...@cvs.openbsd.org 2009/10/30 20:53:11
Modified files: sbin/ldattach : ldattach.c Log message: If the nmea(4) or endrun(4) timing disciplines are selected ignore status lines; this prevents poll(2) from saying the fd has data to be read, when it only had a status line change. Prevents ldattach from exiting when relaying data to gpsd while being driven by a gps with 1PPS. ok deraadt