diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-10-27 23:55:50 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-10-27 23:55:50 +0000 |
commit | ee44ee08bdf42797fdaf0a360aedb1dd723f8d30 (patch) | |
tree | 30d18bb7562eb175a8a3bd4efcdc627078f8caaf /www/mod_watch | |
parent | e3ba2b43e3c2ecd8db736e80e8adf76f21c720a8 (diff) |
Notes
Diffstat (limited to 'www/mod_watch')
-rw-r--r-- | www/mod_watch/files/patch-mod_watch.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/mod_watch/files/patch-mod_watch.c b/www/mod_watch/files/patch-mod_watch.c new file mode 100644 index 000000000000..c2aa9a14c0f5 --- /dev/null +++ b/www/mod_watch/files/patch-mod_watch.c @@ -0,0 +1,13 @@ +--- mod_watch.c.orig Thu Mar 14 12:44:07 2002 ++++ mod_watch.c Mon Oct 28 00:48:48 2002 +@@ -41,6 +41,10 @@ + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + ++#ifdef INET6 ++#error mod_watch is not IPv6-aware. ++#endif ++ + #ifndef SPOOLDIR + #define SPOOLDIR "/var/spool/mod_watch/" + #endif |