You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
344 B

  1. --- a/lib/util/util_paths.c 2020-07-03
  2. +++ b/lib/util/util_paths.c 2020-07-03
  3. @@ -26,6 +26,9 @@
  4. #include "dynconfig/dynconfig.h"
  5. #include "lib/util/util_paths.h"
  6. #include "system/passwd.h"
  7. +#if !defined(__GLIBC__)
  8. + #define NSS_BUFLEN_PASSWD 1024
  9. +#endif
  10. /**
  11. * @brief Returns an absolute path to a file in the Samba modules directory.