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:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user