Reset upstream to 4.16.0

Gbp-Dch: ignore
This commit is contained in:
Chris Hofstaedtler
2024-08-05 02:34:46 +02:00
parent f6e239d940
commit 588b536eb1
10615 changed files with 6458 additions and 2871 deletions
+5
View File
@@ -42,6 +42,11 @@ bool subid_init(const char *progname, FILE * logfd)
return true;
}
void subid_free(void *ptr)
{
free_subid_pointer(ptr);
}
static
int get_subid_ranges(const char *owner, enum subid_type id_type, struct subid_range **ranges)
{