Kai Kang f25f77bdf6
uw-imap: fix incompatible pointer type errors
Fix compile errors when gcc option '-Wincompatible-pointer-types' set:

mx.c: In function 'mx_setdate':
mx.c:1286:15: error: passing argument 2 of 'utime' from incompatible pointer type [-Wincompatible-pointer-types]
 1286 |   utime (file,tp);              /* set the times */
      |               ^~
      |               |
      |               time_t * {aka long int *}

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-09 16:14:58 -07:00
..
2024-02-09 09:52:12 -08:00
2024-05-28 09:34:28 -07:00
2023-11-17 11:38:25 -08:00
2024-02-03 22:03:04 -08:00
2020-01-09 14:05:37 -08:00
2023-02-01 09:28:47 -08:00
2021-08-03 10:21:25 -07:00
2024-01-12 10:30:32 -08:00
2024-02-29 18:47:47 -08:00
2024-02-09 09:52:12 -08:00
2024-05-23 08:44:44 -07:00
2023-12-29 09:04:17 -08:00
2018-05-29 12:56:19 -07:00
2021-11-09 20:57:14 -08:00
2023-02-18 13:19:36 -08:00
2024-01-08 19:54:42 -08:00
2022-08-23 10:04:07 -07:00
2023-12-21 08:20:34 -08:00
2023-11-11 09:26:41 -08:00
2024-02-09 09:52:12 -08:00
2024-02-09 09:52:12 -08:00
2024-02-09 09:52:12 -08:00
2023-11-17 11:38:27 -08:00
2023-03-17 07:06:55 -07:00
2023-06-14 09:41:35 -07:00
2024-06-07 09:11:59 -07:00
2023-09-07 10:31:19 -07:00
2024-04-23 15:15:31 -07:00
2022-06-30 13:39:27 -04:00
2023-08-11 09:36:03 -07:00
2024-06-07 09:11:56 -07:00
2024-02-09 09:52:12 -08:00
2024-06-07 09:12:00 -07:00
2024-05-30 08:42:01 -07:00
2023-10-04 13:09:38 -07:00
2024-02-09 09:52:12 -08:00
2024-06-07 09:11:54 -07:00
2024-02-20 08:46:30 -08:00
2024-01-08 19:54:41 -08:00
2021-08-03 10:21:25 -07:00
2023-12-21 08:00:40 -08:00
2024-05-02 07:32:54 -07:00
2023-12-29 09:04:18 -08:00
2024-01-08 19:54:45 -08:00
2024-04-19 14:31:31 -07:00