repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
dist
/
ntp
/
ntpdc
/
ntpdc-layout.c
blob
a8ab8f1847b16075296eefe7a33de9a8b468eeb0
1
/* $NetBSD$ */
2
3
/*
4
* ntpdc-layout - print layout of NTP mode 7 request/response packets
5
*/
6
7
#include <stdio.h>
8
#include <stddef.h>
9
10
#include
"ntpdc.h"
11
#include
"ntp_stdlib.h"
12
13
#if defined(IMPL_XNTPD_OLD) && IMPL_XNTPD != 3
14
#error Unexpected IMPL_XNTPD
15
#endif
16
17
int
18
main
(
void
)
19
{
20
#include
"nl.c"
21
22
return
(
EXIT_SUCCESS
);
23
}