On 28/05/2018 20:36, Maxime Villard wrote: > -static void str_lifetime_byte __P((struct sadb_lifetime *, char *)); > +static void str_lifetime_byte __P((struct sadb_lifetime *, const char *)); The __P() are K&Risms and can be dropped too. Sevan