commit | 4695657dab44fbdf3352d9f49ea7943ad9e614f9 | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Fri Nov 26 10:12:59 1999 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Fri Nov 26 10:12:59 1999 +0000 |
tree | 73f04d1585171e55b1242b42cc81126fea46d78e | |
parent | 48214be2d3991b398733f11c09a5d3f1aabcddfa [diff] [blame] |
Seems like some systems treat sigmask_t and sigmask_t* as the same thing.
diff --git a/ChangeLog b/ChangeLog index b1b8bb4..c6483c5 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -5,6 +5,7 @@ + ACL fixes for UnixWare + allow net.c to compile on systems without AF_INET6 + Only use long_to_sigset on Linux systems + + UnixWare treats sigmask_t and sigmask_t* as the same thing Fri Nov 26 01:28:09 CET 1999 Wichert Akkerman <wakkerma@debian.org>