diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-10-27 23:52:14 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-10-27 23:52:14 +0000 |
commit | e3ba2b43e3c2ecd8db736e80e8adf76f21c720a8 (patch) | |
tree | d865c46f5edb4ccdfdebec7cb7dad4d6e9fdba3d /www/mod_throttle | |
parent | b2e4652bdee4d06b6397011fd63d23de75f5a0a9 (diff) | |
download | ports-e3ba2b43e3c2ecd8db736e80e8adf76f21c720a8.tar.gz ports-e3ba2b43e3c2ecd8db736e80e8adf76f21c720a8.zip |
Notes
Diffstat (limited to 'www/mod_throttle')
-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 000000000000..2b81b72af09f --- /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. + ***********************************************************************/ |