Bug#880846: libc-bin: libnss_compat is deprecated and nsswitch should stop using it on new installation

2018-06-16 Thread Laurent Bigonville
Package: libc-bin Followup-For: Bug #880846 Hi, I've made a patch to fix this: https://salsa.debian.org/bigon/glibc/commit/043fac849ad0744a3c7c3ff394c19eb8db594a1a Kind regards, Laurent Bigonville -- System Information: Debian Release: buster/sid APT prefers unstable-debug APT policy: (500

Bug#901699: libc6-dev: #include doesn't import MAP_ANONYMOUS but man 2 mmap says it does, causing builds to break

2018-06-16 Thread Joshua
Package: libc6-dev Version: 2.24-11+deb9u1 Severity: normal Dear Maintainer, #include #include "myplatform.h" void *slaballoc() { void *slab = mmap(... MAP_ANONYMOUS ...); } does not build due to MAP_ANONYMOUS not being defined. man 2 mmap says this should work. #include fixes the prob