xbps/lib/fetch
Érico Rolim 0b23de1bec
__UNCONST: use uintptr_t instead of unsigned long.
The width of unsigned long matching the width of a pointer isn't
guaranteed by any standard, though it is a requirement of the Linux
syscall API. Using uintptr_t directly is always correct.
2021-02-04 23:04:59 +01:00
..
common.c Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
common.h __UNCONST: use uintptr_t instead of unsigned long. 2021-02-04 23:04:59 +01:00
errlist.sh Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
fetch.c Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
fetch.h Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
file.c Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
ftp.c Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
ftp.errors Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
http.c Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
http.errors Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00