Ben Boeckel <m...@benboeckel.net> wrote: > long keyctl(KEYCTL_PKEY_QUERY, > key_serial_t key_id, unsigned long reserved, > + const char* params, > struct keyctl_pkey_query *info);
"const char *params". I fixed that and applied it. David
Ben Boeckel <m...@benboeckel.net> wrote: > long keyctl(KEYCTL_PKEY_QUERY, > key_serial_t key_id, unsigned long reserved, > + const char* params, > struct keyctl_pkey_query *info);
"const char *params". I fixed that and applied it. David