Portable build framework for OpenNTPD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
597 B

  1. --- ntpd.orig Sun Dec 28 16:11:35 2014
  2. +++ ntpd.h Sun Dec 28 16:12:14 2014
  3. @@ -28,7 +28,6 @@
  4. #include <netdb.h>
  5. #include <pwd.h>
  6. #include <stdarg.h>
  7. -#include <event.h>
  8. #include <poll.h>
  9. #include "ntp.h"
  10. @@ -190,14 +189,6 @@
  11. u_int8_t filters;
  12. };
  13. -struct imsgev {
  14. - struct imsgbuf ibuf;
  15. - void (*handler)(int, short, void *);
  16. - struct event ev;
  17. - void *data;
  18. - short events;
  19. -};
  20. -
  21. struct ctl_show_status {
  22. u_int peercnt;
  23. u_int sensorcnt;
  24. @@ -240,7 +231,6 @@
  25. struct ctl_conn {
  26. TAILQ_ENTRY(ctl_conn) entry;
  27. - struct imsgev iev;
  28. struct imsgbuf ibuf;
  29. };