Deleted Added
full compact
refclock_datum.c (316068) refclock_datum.c (338530)
1/*
2** refclock_datum - clock driver for the Datum Programmable Time Server
3**
4** Important note: This driver assumes that you have termios. If you have
5** a system that does not have termios, you will have to modify this driver.
6**
7** Sorry, I have only tested this driver on SUN and HP platforms.
8*/

--- 471 unchanged lines hidden (view full) ---

480/* clock to be updated (several layers down). */
481/*......................................................................*/
482
483static void
484datum_pts_receive(
485 struct recvbuf *rbufp
486 )
487{
1/*
2** refclock_datum - clock driver for the Datum Programmable Time Server
3**
4** Important note: This driver assumes that you have termios. If you have
5** a system that does not have termios, you will have to modify this driver.
6**
7** Sorry, I have only tested this driver on SUN and HP platforms.
8*/

--- 471 unchanged lines hidden (view full) ---

480/* clock to be updated (several layers down). */
481/*......................................................................*/
482
483static void
484datum_pts_receive(
485 struct recvbuf *rbufp
486 )
487{
488 int i, nb;
488 int i;
489 size_t nb;
489 l_fp tstmp;
490 struct peer *p;
491 struct datum_pts_unit *datum_pts;
492 char *dpt;
493 int dpend;
494 int tzoff;
495 int timerr;
496 double ftimerr, abserr;

--- 287 unchanged lines hidden ---
490 l_fp tstmp;
491 struct peer *p;
492 struct datum_pts_unit *datum_pts;
493 char *dpt;
494 int dpend;
495 int tzoff;
496 int timerr;
497 double ftimerr, abserr;

--- 287 unchanged lines hidden ---