File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / ntpdc / ntpdc-layout.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 5 months ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

    1: /*
    2:  * ntpdc-layout - print layout of NTP mode 7 request/response packets
    3:  */
    4: 
    5: #include <stdio.h>
    6: #include <stddef.h>
    7: 
    8: #include "ntpdc.h"
    9: #include "ntp_stdlib.h"
   10: 
   11: #if defined(IMPL_XNTPD_OLD) && IMPL_XNTPD != 3
   12: #error Unexpected IMPL_XNTPD
   13: #endif
   14: 
   15: int
   16: main(void)
   17: {
   18: #include "nl.c"
   19: 
   20:   return (EXIT_SUCCESS);
   21: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>