[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e00f3b23-7d9d-d8f1-646c-eaf843f744b5@gmail.com>
Date: Fri, 29 Jul 2022 08:58:07 -0600
From: David Ahern <dsahern@...il.com>
To: Wojciech Drewek <wojciech.drewek@...el.com>, netdev@...r.kernel.org
Cc: stephen@...workplumber.org, gnault@...hat.com
Subject: Re: [PATCH iproute-next v4 2/3] lib: Introduce ppp protocols
On 7/29/22 2:50 AM, Wojciech Drewek wrote:
> PPP protocol field uses different values than ethertype. Introduce
> utilities for translating PPP protocols from strings to values
> and vice versa. Use generic API from utils in order to get
> proto id and name.
>
> Signed-off-by: Wojciech Drewek <wojciech.drewek@...el.com>
> ---
> v4: ppp_defs.h removed
> ---
> include/rt_names.h | 3 +++
> lib/Makefile | 2 +-
> lib/ppp_proto.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 56 insertions(+), 1 deletion(-)
> create mode 100644 lib/ppp_proto.c
>
Ubuntu 20.04 with gcc 9.4 and clang 10.0 - both fail the same:
$ make
lib
CC ppp_proto.o
In file included from ppp_proto.c:9:
../include/uapi/linux/ppp_defs.h:151:5: error: unknown type name
â__kernel_old_time_tâ
151 | __kernel_old_time_t xmit_idle; /* time since last NP packet
sent */
| ^~~~~~~~~~~~~~~~~~~
../include/uapi/linux/ppp_defs.h:152:5: error: unknown type name
â__kernel_old_time_tâ
152 | __kernel_old_time_t recv_idle; /* time since last NP packet
received */
| ^~~~~~~~~~~~~~~~~~~
make[1]: *** [../config.mk:58: ppp_proto.o] Error 1
make: *** [Makefile:77: all] Error 2
Powered by blists - more mailing lists