diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 2000-01-28 14:55:50 +0000 |
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 2000-01-28 14:55:50 +0000 |
| commit | 4edd720b8a3a838cce98aa08051619186ba79dbc (patch) | |
| tree | 2cdd332609c3d13472fad7bf197ee800829d6055 /contrib/ntp/libparse/parse.c | |
| parent | be18b6499268121f99b76e80155af446fffc854a (diff) | |
| parent | a151a66c2a1c722d095dfdd6a06d8acd74a03253 (diff) | |
Notes
Diffstat (limited to 'contrib/ntp/libparse/parse.c')
| -rw-r--r-- | contrib/ntp/libparse/parse.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/ntp/libparse/parse.c b/contrib/ntp/libparse/parse.c index 3d8485e14254..869b70f8b964 100644 --- a/contrib/ntp/libparse/parse.c +++ b/contrib/ntp/libparse/parse.c @@ -1,7 +1,7 @@ /* - * /src/NTP/ntp-4/libparse/parse.c,v 4.13 1999/02/28 11:50:20 kardel RELEASE_19990228_A + * /src/NTP/ntp-4/libparse/parse.c,v 4.14 1999/11/28 09:13:52 kardel RELEASE_19991128_A * - * parse.c,v 4.13 1999/02/28 11:50:20 kardel RELEASE_19990228_A + * parse.c,v 4.14 1999/11/28 09:13:52 kardel RELEASE_19991128_A * * Parser module for reference clock * @@ -27,7 +27,7 @@ #if defined(REFCLOCK) && defined(CLOCK_PARSE) #if !(defined(lint) || defined(__GNUC__)) -static char rcsid[] = "parse.c,v 4.13 1999/02/28 11:50:20 kardel RELEASE_19990228_A"; +static char rcsid[] = "parse.c,v 4.14 1999/11/28 09:13:52 kardel RELEASE_19991128_A"; #endif #include <sys/types.h> @@ -869,6 +869,9 @@ int parse_bs; * History: * * parse.c,v + * Revision 4.14 1999/11/28 09:13:52 kardel + * RECON_4_0_98F + * * Revision 4.13 1999/02/28 11:50:20 kardel * (timepacket): removed unecessary code * |
