aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2006-09-28 16:02:34 +0000
committerOllivier Robert <roberto@FreeBSD.org>2006-09-28 16:02:34 +0000
commit3fa694fea6926f2c1c723cd62fe8be3510899207 (patch)
tree9e7558a8c367e39cfb33302287dc08411032bb2d /contrib/ntp
parentaf5452186fc037d275216887715c387e000d0a07 (diff)
parent8c24a1e0ffd629427f94da1b681600008030c41a (diff)
downloadsrc-3fa694fea6926f2c1c723cd62fe8be3510899207.tar.gz
src-3fa694fea6926f2c1c723cd62fe8be3510899207.zip
This commit was generated by cvs2svn to compensate for changes in r162735,
which included commits to RCS files with non-trunk default branches.
Notes
Notes: svn path=/head/; revision=162736
Diffstat (limited to 'contrib/ntp')
-rw-r--r--contrib/ntp/include/ntp_stdlib.h2
-rw-r--r--contrib/ntp/include/ntpd.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ntp/include/ntp_stdlib.h b/contrib/ntp/include/ntp_stdlib.h
index 9d1d4c9bdcc0..3dc6fe041857 100644
--- a/contrib/ntp/include/ntp_stdlib.h
+++ b/contrib/ntp/include/ntp_stdlib.h
@@ -134,8 +134,10 @@ extern u_char * cache_key; /* key pointer */
extern u_int cache_keylen; /* key length */
/* clocktypes.c */
+#ifdef NTP_REFCLOCK_H
struct clktype;
extern struct clktype clktypes[];
+#endif
/* getopt.c */
extern char * ntp_optarg; /* global argument pointer */
diff --git a/contrib/ntp/include/ntpd.h b/contrib/ntp/include/ntpd.h
index cd3aad2d464d..54d3e13c24ee 100644
--- a/contrib/ntp/include/ntpd.h
+++ b/contrib/ntp/include/ntpd.h
@@ -226,8 +226,10 @@ extern int config_priority;
#endif
/* ntp_control.c */
+#if 0
struct ctl_trap;
extern struct ctl_trap ctl_trap[];
+#endif
extern int num_ctl_traps;
extern keyid_t ctl_auth_keyid; /* keyid used for authenticating write requests */