pmount-missing_header.diff 348 B

1234567891011
  1. --- pmount-0.9.23/src/utils.c.orig 2009-02-12 19:45:40.000000000 -0300
  2. +++ pmount-0.9.23/src/utils.c 2020-02-15 11:18:25.157020070 -0300
  3. @@ -22,6 +22,7 @@
  4. #include <fcntl.h>
  5. #include <signal.h>
  6. #include <libintl.h>
  7. +#include <limits.h>
  8. /* File name used to tag directories created by pmount */
  9. #define CREATED_DIR_STAMP ".created_by_pmount"