diff options
author | roberto <roberto@FreeBSD.org> | 1999-12-09 13:01:21 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 1999-12-09 13:01:21 +0000 |
commit | ef64b99e8412f2273dd2e8b3291c2f78ffc4667f (patch) | |
tree | fc0cfa1aab0ff6b228f511b410733ef4f35d1ead /contrib/ntp/libparse/kclk_computime.c | |
download | FreeBSD-src-ef64b99e8412f2273dd2e8b3291c2f78ffc4667f.zip FreeBSD-src-ef64b99e8412f2273dd2e8b3291c2f78ffc4667f.tar.gz |
Virgin import of ntpd 4.0.98f
Diffstat (limited to 'contrib/ntp/libparse/kclk_computime.c')
-rw-r--r-- | contrib/ntp/libparse/kclk_computime.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/ntp/libparse/kclk_computime.c b/contrib/ntp/libparse/kclk_computime.c new file mode 100644 index 0000000..14707b9 --- /dev/null +++ b/contrib/ntp/libparse/kclk_computime.c @@ -0,0 +1,17 @@ +/* + * /src/NTP/ntp-4/libparse/kclk_computime.c,v 4.2 1998/07/11 10:05:27 kardel RELEASE_19990228_A + * + * $Created: Sat Jun 13 09:58:27 1998 $ + * + * Copyright (C) 1998 by Frank Kardel + */ +#define PARSESTREAM +#include "clk_computime.c" +/* + * kclk_computime.c,v + * Revision 4.2 1998/07/11 10:05:27 kardel + * Release 4.0.73d reconcilation + * + * Revision 4.1 1998/06/13 12:09:27 kardel + * hack to compile the source for kernel/user-land + */ |