From: adrian <> Date: Sat, 2 Sep 2006 16:43:10 +0000 (+0000) Subject: Add a missing function to make kqueue compile again. X-Git-Tag: SQUID_3_0_PRE5~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9088c69ce65a0059f8cf732f46f63fb19a0ea35;p=thirdparty%2Fsquid.git Add a missing function to make kqueue compile again. --- diff --git a/src/comm_kqueue.cc b/src/comm_kqueue.cc index 8835839852..f6bbd4a082 100644 --- a/src/comm_kqueue.cc +++ b/src/comm_kqueue.cc @@ -1,6 +1,6 @@ /* - * $Id: comm_kqueue.cc,v 1.11 2006/05/29 00:15:02 robertc Exp $ + * $Id: comm_kqueue.cc,v 1.12 2006/09/02 10:43:10 adrian Exp $ * * DEBUG: section 5 Socket functions * @@ -332,4 +332,9 @@ comm_quick_poll_required(void) max_poll_time = 100; } +void +commKQueueRegisterWithCacheManager(CacheManager & manager) +{ +} + #endif /* USE_KQUEUE */