Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Handle-64-bit-time_t-on-32-bit-systems.patch | [PATCH] Handle 64 bit time_t on 32 bit systems | Mattias Ellert <mattias.ellert@physics.uu.se> | no | 2024-03-19 | ||
0001-Passing-argument-from-incompatible-pointer-type.patch | [PATCH] Passing argument from incompatible pointer type Reported to Debian Bug Tracking System (BTS): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075012 globus_ftp_telnet_client.c:100:58: error: passing argument 5 of ‘globus_xio_readv’ from incompatible pointer type [-Wincompatible-pointer-types] 100 | res = globus_xio_readv(xio_handle, &readv, 1, 1, &len, NULL); | ^~~~ | | | int * In file included from globus_ftp_telnet_client.c:17: /usr/include/globus/globus_xio.h:776:41: note: expected ‘globus_size_t *’ {aka ‘long unsigned int *’} but argument is of type ‘int *’ 776 | globus_size_t * nbytes, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ make[3]: *** [Makefile:408: globus_ftp_telnet_client.o] Error 1 |
Mattias Ellert <mattias.ellert@physics.uu.se> | no | 2024-07-11 |