* updated krdc (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / base / psmisc / hotfix-glibc2.18.patch
blobb41403d0501a5a521c0c38d8c55af59366a00996
1 --- psmisc-22.21/src/fuser.c.vanilla 2018-08-08 17:50:08.823856917 +0000
2 +++ psmisc-22.21/src/fuser.c 2018-08-08 17:50:15.163856821 +0000
3 @@ -49,6 +49,8 @@
4 #include <getopt.h>
5 #include <setjmp.h>
6 #include <limits.h>
7 +#include <sys/sysmacros.h>
9 /* MAXSYMLINKS is a BSDism. If it doesn't exist, fall back to SYMLINK_MAX,
10 which is the POSIX name. */
11 #ifndef MAXSYMLINKS