1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 19:13:12 +02:00

- Fixed compile bug on Solaris due to missing INADDR_NONE, fix provided by Schak

(#0003125).
This commit is contained in:
Bram Matthys
2006-11-24 21:21:33 +00:00
parent 238a1c0c18
commit 614b53165e
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -1471,3 +1471,5 @@
- Fixed charsys config error message sometimes saying stuff about set::accept-language,
which should be set::allowed-nickchars (the former does not exist). Reported and
patch provided by avb (#0003122).
- Fixed compile bug on Solaris due to missing INADDR_NONE, fix provided by Schak
(#0003125).
+3
View File
@@ -81,3 +81,6 @@ struct sockaddr_storage
#endif /* SOCKADDR_IN_HAS_LEN */
#endif /* HAVE_STRUCT_SOCKADDR_STORAGE */
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff
#endif