freebsd-src/contrib/ntp/ntpdc/ntpdc-layout.c
Cy Schubert 2b15cb3d09 MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)
Thanks to roberto for providing pointers to wedge this into HEAD.

Approved by:	roberto
2015-03-30 13:30:15 +00:00

23 lines
327 B
C

/*
* ntpdc-layout - print layout of NTP mode 7 request/response packets
*/
#include <config.h>
#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);
}