From c1e0a324f1b1da9c2e6644f155a533dd3e0d8e07 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 28 Dec 2014 16:14:51 -0600 Subject: [PATCH] remove libevent remnants --- .gitignore | 1 + ntpd.patch | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/.gitignore b/.gitignore index 23dbb09..d12e362 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.o *.la *.lo +*.orig .deps .dirstamp diff --git a/ntpd.patch b/ntpd.patch index d83d5c3..09a28a6 100644 --- a/ntpd.patch +++ b/ntpd.patch @@ -8,3 +8,36 @@ #include #include +--- ntpd.orig Sun Dec 28 16:11:35 2014 ++++ ntpd.h Sun Dec 28 16:12:14 2014 +@@ -28,7 +28,6 @@ + #include + #include + #include +-#include + #include + + #include "ntp.h" +@@ -190,14 +189,6 @@ + u_int8_t filters; + }; + +-struct imsgev { +- struct imsgbuf ibuf; +- void (*handler)(int, short, void *); +- struct event ev; +- void *data; +- short events; +-}; +- + struct ctl_show_status { + u_int peercnt; + u_int sensorcnt; +@@ -240,7 +231,6 @@ + + struct ctl_conn { + TAILQ_ENTRY(ctl_conn) entry; +- struct imsgev iev; + struct imsgbuf ibuf; + }; +