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