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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user