[LTP] [PATCH 02/10] Add lapi/landlock.h fallback
Li Wang
liwang@redhat.com
Tue Jul 2 09:41:05 CEST 2024
Li Wang <liwang@redhat.com> wrote:
> +AC_CHECK_TYPES([struct landlock_path_beneath_attr],,,[#include
>> <linux/landlock.h>])
>> +AC_CHECK_TYPES([struct landlock_net_port_attr],,,[#include
>> <linux/landlock.h])
>>
>
> This line misses the ), it should be:
>
Typo, I meant there was missing an angle bracket ">".
> -AC_CHECK_TYPES([struct landlock_net_port_attr],,,[#include
> <linux/landlock.h])
> +AC_CHECK_TYPES([struct landlock_net_port_attr],,,[#include
> <linux/landlock.h>])
>
--
Regards,
Li Wang
More information about the ltp
mailing list