summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/ntpdc/ntpdc-layout.c
blob: b05fbf3848e7f9b2ca047a8bd3a14c74f3bd483c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * ntpdc-layout - print layout of NTP mode 7 request/response packets
 */

#include <stdio.h>
#include <stddef.h>

#include "ntpdc.h"
#include "ntp_stdlib.h"

#if defined(IMPL_XNTPD_OLD) && IMPL_XNTPD != 3
#error Unexpected IMPL_XNTPD
#endif

int
main(void)
{
#include "nl.c"

  return (EXIT_SUCCESS);
}
OpenPOWER on IntegriCloud