glibc.patch 518 B

123456789101112
  1. diff -Nuar a/modules/pam_namespace/pam_namespace.c b/modules/pam_namespace/pam_namespace.c
  2. --- a/modules/pam_namespace/pam_namespace.c 2024-01-17 11:00:00.000000000 +0300
  3. +++ b/modules/pam_namespace/pam_namespace.c 2024-01-19 12:35:58.760987871 +0300
  4. @@ -38,6 +38,7 @@
  5. #include "pam_inline.h"
  6. #include "pam_namespace.h"
  7. #include "argv_parse.h"
  8. +#include <stdint.h>
  9. /* --- evaluating all files in VENDORDIR/security/namespace.d and /etc/security/namespace.d --- */
  10. static const char *base_name(const char *path)