1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2026-05-03 06:51:28 +00:00

Initial commit

This commit is contained in:
llsth
2015-03-07 23:29:12 +01:00
parent db0abbb4c8
commit a56b6e0b0f
20 changed files with 1565 additions and 374 deletions

View File

@@ -33,9 +33,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>
#include "atimed.h"
#include "ntimed.h"
#include "ntp.h"
#include "udp.h"
@@ -94,13 +94,13 @@ main_poll_server(int argc, char *const *argv)
struct todolist *tdl;
double duration = 1800;
setbuf(stdout, NULL);
setbuf(stderr, NULL);
//setbuf(stdout, NULL);
//setbuf(stderr, NULL);
ArgTracefile("-");
tdl = TODO_NewList();
Time_Unix_Passive();
Time_Amiga_Passive();
npl = NTP_PeerSet_New(NULL);
AN(npl);