From 067a0e384f8d9de19fcf53e2523939a6937cb882 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 2 May 2004 18:12:37 +0000 Subject: Do not define NOTE_EOF in CFLAGS. ok millert@ --- lib/libevent/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libevent/Makefile b/lib/libevent/Makefile index 8e16474e2f1..e69d90a3b63 100644 --- a/lib/libevent/Makefile +++ b/lib/libevent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2004/04/28 06:53:12 brad Exp $ +# $OpenBSD: Makefile,v 1.9 2004/05/02 18:12:36 miod Exp $ LIB= event SRCS= buffer.c evbuffer.c event.c kqueue.c poll.c select.c signal.c @@ -25,8 +25,7 @@ CFLAGS+= -I${.CURDIR} \ -DHAVE_POLL \ -DHAVE_SYS_TIME_H \ -DHAVE_STDARG_H \ - -DHAVE_UNISTD_H \ - -DNOTE_EOF + -DHAVE_UNISTD_H NOPIC= -- cgit v1.2.3