commit | 48214be2d3991b398733f11c09a5d3f1aabcddfa | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Fri Nov 26 09:55:42 1999 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Fri Nov 26 09:55:42 1999 +0000 |
tree | 60614366ea348e9744f0e39fe45df6c4745cb1fe | |
parent | e4aafd4c4d5ecd3317419d1681ef5804dbf1333e [diff] [blame] |
Only use long_to_sigset on Linux systems
diff --git a/ChangeLog b/ChangeLog index 9d24127..b1b8bb4 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,8 +2,9 @@ * Patches from John Hughes: + cosmectic fix in sys_getpmsg - + ACL fixes for UnixWare - + allow net.c to compile on systems without AF_INET6 + + ACL fixes for UnixWare + + allow net.c to compile on systems without AF_INET6 + + Only use long_to_sigset on Linux systems Fri Nov 26 01:28:09 CET 1999 Wichert Akkerman <wakkerma@debian.org>