diff options
Diffstat (limited to 'www/mod_throttle/files/patch-mod_throttle.c')
-rw-r--r-- | www/mod_throttle/files/patch-mod_throttle.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/mod_throttle/files/patch-mod_throttle.c b/www/mod_throttle/files/patch-mod_throttle.c new file mode 100644 index 00000000000..2b81b72af09 --- /dev/null +++ b/www/mod_throttle/files/patch-mod_throttle.c @@ -0,0 +1,13 @@ +--- mod_throttle.c.orig Mon Oct 28 00:50:56 2002 ++++ mod_throttle.c Mon Oct 28 00:51:06 2002 +@@ -41,6 +41,10 @@ + * for a FreeBSD machine for testing and several suggestions. + */ + ++#ifdef INET6 ++#error mod_throttle is not IPv6-aware. ++#endif ++ + /*********************************************************************** + *** Pick one that best suits your system. + ***********************************************************************/ |