]> git.ipfire.org Git - thirdparty/shadow.git/commit
subid: Add `<stdint.h>` for `uintmax_t`
authorojab <ojab@ojab.ru>
Wed, 29 Jul 2026 15:07:43 +0000 (15:07 +0000)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Wed, 29 Jul 2026 15:41:50 +0000 (17:41 +0200)
commitba4419c57b222b0d34a2b933e7ee92914a51b596
treec39b2e4982be096c8b073e95140ae561c48238ef
parent1995a05ce99f5164e1b3b2d194c4ef8ddf05be97
subid: Add `<stdint.h>` for `uintmax_t`

```
find_new_sub_uids.c:80:27: error: 'uintmax_t' undeclared (first use in this function)
find_new_sub_gids.c:80:27: error: 'uintmax_t' undeclared (first use in this function)
```

Fixes: 4d800cf2eb9e (2026-04-09; "subid: Add deterministic subid ranges")
lib/find_new_sub_gids.c
lib/find_new_sub_uids.c