]> granicus.if.org Git - libevent/commitdiff
Remove use and reference to event-private.h
authorKevin Bowling <kevin.bowling@kev009.com>
Fri, 7 Jan 2011 07:34:22 +0000 (00:34 -0700)
committerKevin Bowling <kevin.bowling@kev009.com>
Fri, 7 Jan 2011 07:34:22 +0000 (00:34 -0700)
buffer.c
kqueue.c

index bef226d6c8998aef70a678c2bd23cd4af6924766..180899cf865c9b28e6a6f1132d45296aeed17e81 100644 (file)
--- a/buffer.c
+++ b/buffer.c
@@ -36,7 +36,7 @@
 
 #ifdef _EVENT_HAVE_VASPRINTF
 /* If we have vasprintf, we need to define _GNU_SOURCE before we include 
- * stdio.h.  This comes from event-private.h.
+ * stdio.h.  This comes from evconfig-private.h.
  */
 #endif
 
index 0db64abb74fd59cb644c50224c9529b37c17e6ed..64c25cdf299fc6105d3e78db398c62795e9615e9 100644 (file)
--- a/kqueue.c
+++ b/kqueue.c
@@ -27,7 +27,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include "event2/event-config.h"
-#include "event-private.h"
+#include "evconfig-private.h"
 
 #include <sys/types.h>
 #ifdef _EVENT_HAVE_SYS_TIME_H