From 85dc1ddb804fe04e0bbb8695a4618b9997d17f6d Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 13 Aug 2006 16:15:40 +0200 Subject: [GCC4] fix build error in net/khttpd/prototypes.h This patch fixes this error with gcc 4 : In file included from main.c:68: prototypes.h:52: error: array type has incomplete element type --- net/khttpd/prototypes.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/net/khttpd/prototypes.h b/net/khttpd/prototypes.h index c478308..3a5482d 100644 --- a/net/khttpd/prototypes.h +++ b/net/khttpd/prototypes.h @@ -49,7 +49,6 @@ extern int sysctl_khttpd_stop; extern struct khttpd_threadinfo threadinfo[CONFIG_KHTTPD_NUMCPU]; extern char CurrentTime[]; extern atomic_t ConnectCount; -extern struct wait_queue main_wait[CONFIG_KHTTPD_NUMCPU]; /* misc.c */ -- 1.4.2