git: DragonFly_RELEASE_5_8 net/ip_mroute: Fix 'struct igmpmsg' for x86_64

2020-12-25 Thread Aaron LI
commit e34f6c2e58ca26ac09b29b0c09ea068b2d023678 Author: Uglymotha Date: Thu Dec 24 17:28:58 2020 +0100 net/ip_mroute: Fix 'struct igmpmsg' for x86_64 The `struct igmpmsg` currently uses `u_long` to define the unused fields instead of `uint32_t`. This breaks the mroute API

git: net/ip_mroute: Fix 'struct igmpmsg' for x86_64

2020-12-25 Thread Aaron LI
commit bfb67b1bd1a4401995b5b7b592ef8628019b9113 Author: Uglymotha Date: Thu Dec 24 17:28:58 2020 +0100 net/ip_mroute: Fix 'struct igmpmsg' for x86_64 The `struct igmpmsg` currently uses `u_long` to define the unused fields instead of `uint32_t`. This breaks the mroute API

git: : Revert one change that didn't improve anything.

2020-12-25 Thread Sascha Wildner
commit 555fb2fceeab7137a8d4a8cc8206ad3c2f0e4f31 Author: Sascha Wildner Date: Fri Dec 25 11:03:11 2020 +0100 : Revert one change that didn't improve anything. Definitions with a leading underscore are not relevant for POSIX and the code is more readable this way. Summary of

git: : Clean up the POSIX namespace.

2020-12-25 Thread Sascha Wildner
commit fa2d454495078dc1bdbe1325db0b6365723225fd Author: Sascha Wildner Date: Fri Dec 25 10:18:41 2020 +0100 : Clean up the POSIX namespace. Thanks to zrj for testing it with a full dports bulk build. Summary of changes: sys/netinet/in.h | 94