Nick Hainke
b84d35f577
inotify-tools: fix compilation with musl 1.2.4
...
Fixes errors in the form of:
inotifytools.c: In function 'inotifytools_watch_recursively_with_exclude':
inotifytools.c:1335:30: error: storage size of 'my_stat' isn't known
1335 | static struct stat64 my_stat;
| ^~~~~~~
inotifytools.c:1342:36: error: implicit declaration of function 'lstat64'; did you mean 'lstat'? [-Werror=implicit-function-declaration]
1342 | if ( -1 == lstat64( next_file, &my_stat ) ) {
| ^~~~~~~
| lstat
inotifytools.c:1335:30: error: unused variable 'my_stat' [-Werror=unused-variable]
1335 | static struct stat64 my_stat;
| ^~~~~~~
inotifytools.c: In function 'isdir':
inotifytools.c:1621:30: error: storage size of 'my_stat' isn't known
1621 | static struct stat64 my_stat;
| ^~~~~~~
inotifytools.c:1621:30: error: unused variable 'my_stat' [-Werror=unused-variable]
inotifytools.c:1630:1: error: control reaches end of non-void function [-Werror=return-type]
1630 | }
| ^
cc1: all warnings being treated as errors
Signed-off-by: Nick Hainke <vincent@systemli.org >
2023-05-18 19:20:03 +08:00
..
2023-05-17 13:43:13 +08:00
2023-04-07 13:30:40 -06:00
2023-05-17 16:13:11 +08:00
2021-10-27 23:14:31 -07:00
2021-11-01 00:14:22 -07:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-05-17 08:29:17 +02:00
2023-03-31 13:06:35 +08:00
2023-04-21 22:46:58 +02:00
2022-10-29 10:00:27 +02:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2022-10-25 18:04:56 -07:00
2021-09-08 17:13:52 -04:00
2022-12-14 22:05:14 +08:00
2023-04-21 22:46:58 +02:00
2023-01-14 15:07:25 -08:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2022-08-16 13:12:33 -07:00
2022-02-01 16:16:24 -08:00
2023-04-08 08:38:54 +02:00
2023-04-21 22:46:58 +02:00
2022-08-16 13:12:16 -07:00
2021-09-08 17:13:52 -04:00
2022-06-15 18:07:46 -07:00
2023-04-21 22:46:58 +02:00
2023-05-17 15:55:37 +02:00
2023-05-01 13:38:17 +03:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2022-12-20 01:42:14 +00:00
2021-10-18 21:57:36 -07:00
2023-01-24 17:56:34 -08:00
2022-01-30 23:53:45 -08:00
2023-04-08 08:38:54 +02:00
2023-04-08 08:38:54 +02:00
2023-04-08 08:38:54 +02:00
2023-04-08 08:38:54 +02:00
2023-03-07 11:35:06 +08:00
2023-04-08 08:38:54 +02:00
2023-04-08 08:38:54 +02:00
2023-05-09 17:41:11 +08:00
2022-10-08 15:34:04 +02:00
2023-04-21 22:46:58 +02:00
2023-01-22 15:28:07 +08:00
2023-05-18 03:18:27 +01:00
2023-04-08 08:38:54 +02:00
2023-04-21 22:46:58 +02:00
2022-03-17 10:04:40 +01:00
2023-01-05 18:26:09 +01:00
2021-10-18 21:58:13 -07:00
2023-04-08 08:38:54 +02:00
2023-04-23 07:32:34 +08:00
2023-04-08 08:38:54 +02:00
2023-04-21 22:46:58 +02:00
2023-02-25 12:07:50 +08:00
2022-12-16 20:47:05 -08:00
2023-04-08 08:38:54 +02:00
2022-05-05 18:33:00 +02:00
2023-01-18 14:02:39 +00:00
2023-01-13 22:04:52 -08:00
2022-12-19 13:18:55 -08:00
2022-01-28 13:47:14 -08:00
2023-04-21 22:46:58 +02:00
2022-02-03 15:03:05 -08:00
2023-04-08 01:42:48 +08:00
2023-04-21 22:46:58 +02:00
2023-01-14 23:47:17 -08:00
2023-04-21 22:46:58 +02:00
2022-01-08 20:38:19 -08:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2022-12-20 01:44:21 +00:00
2023-02-24 16:08:39 -08:00
2023-05-14 16:51:48 +02:00
2023-04-21 22:46:58 +02:00
2022-11-24 10:09:58 -08:00
2022-12-22 18:11:51 -08:00
2021-08-15 03:25:02 +03:00
2023-04-21 22:46:58 +02:00
2023-05-17 08:16:02 +03:00
2022-09-19 00:58:46 +02:00
2023-03-28 15:41:13 +08:00
2023-04-26 09:28:44 +03:00
2023-02-13 21:23:43 +01:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2022-05-12 09:37:13 +03:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2022-11-02 15:22:12 +02:00
2022-05-04 18:11:19 +02:00
2022-11-11 15:11:03 -08:00
2023-04-24 16:22:03 +08:00
2023-05-18 19:20:03 +08:00
2023-02-15 23:51:58 +02:00
2022-11-17 14:54:35 -08:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-04-26 09:27:36 +03:00
2022-10-04 07:46:52 +02:00
2022-08-03 18:24:28 -06:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2022-11-19 06:21:24 +08:00
2021-12-19 09:27:26 +00:00
2023-03-11 22:50:14 -08:00
2023-01-15 15:14:06 +01:00
2022-12-20 01:41:02 +00:00
2023-05-11 18:23:23 +03:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2022-03-13 00:02:02 -08:00
2022-02-02 07:15:11 -08:00
2021-12-29 01:19:15 +01:00
2023-04-21 22:46:58 +02:00
2023-04-08 08:38:54 +02:00
2023-04-21 22:46:58 +02:00
2022-02-14 17:20:22 -08:00
2023-03-12 17:47:46 +01:00
2023-04-21 22:46:58 +02:00
2022-08-16 13:11:31 -07:00
2023-04-21 22:46:58 +02:00
2023-03-11 14:19:54 -05:00
2023-04-05 20:41:25 +03:00
2023-01-24 17:57:05 -08:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-05-18 15:18:35 +08:00
2023-04-21 22:46:58 +02:00
2022-01-28 12:08:38 -08:00
2023-05-01 20:18:55 +02:00
2023-03-19 12:24:09 -07:00
2023-04-21 22:46:58 +02:00
2022-10-31 12:27:05 -07:00
2023-01-20 13:17:30 +00:00
2023-04-21 22:46:58 +02:00
2021-10-08 09:42:41 -07:00
2022-03-13 00:02:02 -08:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-04-03 23:58:19 +08:00
2022-08-21 10:44:33 +02:00
2023-04-21 22:46:58 +02:00
2023-01-14 19:47:36 -08:00
2023-01-14 19:31:16 -08:00
2023-05-14 18:52:45 +08:00
2022-09-24 12:36:33 +02:00
2023-04-21 22:46:58 +02:00
2022-03-31 06:02:37 -07:00
2023-04-21 22:46:58 +02:00
2022-09-14 09:09:05 +02:00
2023-04-08 08:38:54 +02:00
2023-04-23 18:35:39 +08:00
2023-01-14 10:01:34 -08:00
2022-12-22 16:28:45 -08:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2022-01-26 23:01:10 +01:00
2023-04-29 13:42:21 +03:00
2023-03-24 02:08:47 +08:00
2022-03-01 18:01:55 -05:00
2022-10-06 03:35:57 +08:00
2022-02-03 10:58:22 +01:00
2023-05-06 20:24:57 +08:00
2023-01-14 23:47:35 -08:00
2022-10-04 00:58:29 -07:00
2023-04-21 22:46:58 +02:00
2022-01-29 19:26:44 -03:00
2023-02-28 15:41:52 -08:00
2023-05-01 13:39:06 +03:00
2023-04-21 22:46:58 +02:00
2023-03-31 13:06:33 +08:00
2023-04-21 22:46:58 +02:00
2022-02-18 18:50:42 +01:00
2023-04-21 22:46:58 +02:00
2022-03-17 11:39:20 -07:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2022-01-31 07:05:17 -08:00
2023-04-21 22:46:58 +02:00
2023-04-03 09:51:28 +03:00
2023-04-21 22:46:58 +02:00
2023-02-06 13:19:10 +02:00
2023-04-03 10:26:13 +03:00
2023-04-21 22:46:58 +02:00
2023-03-15 07:32:29 +01:00
2023-04-08 08:38:54 +02:00
2023-04-21 22:46:58 +02:00
2023-05-07 20:48:01 +02:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-04-08 08:38:54 +02:00
2022-09-18 22:57:43 -07:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2022-12-31 11:03:39 +02:00
2021-09-26 19:51:10 -07:00
2023-04-21 22:46:58 +02:00
2022-11-18 09:27:49 +08:00
2023-04-21 22:46:58 +02:00
2023-04-21 22:46:58 +02:00
2021-08-25 14:31:32 +08:00
2022-06-09 21:45:34 -07:00
2023-02-15 04:06:36 +00:00
2022-09-22 01:25:51 -07:00
2022-08-01 20:35:15 -04:00
2023-04-21 22:46:58 +02:00
2023-05-17 15:37:59 +02:00
2023-04-24 16:18:13 +08:00
2023-04-08 08:38:54 +02:00
2023-04-21 22:46:58 +02:00
2021-07-29 13:08:54 -07:00
2023-04-08 08:38:54 +02:00
2023-05-01 13:31:57 +03:00
2023-04-08 08:38:54 +02:00
2023-04-21 22:46:58 +02:00
2022-12-25 02:28:48 +01:00