netbsd/external/bsd/ntp/dist/ntpdc/ntpdc-layout.c
2013-04-06 16:48:33 +02:00

24 lines
381 B
C

/* $NetBSD: ntpdc-layout.c,v 1.1.1.1 2009/12/13 16:56:22 kardel Exp $ */
/*
* 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);
}