
From: Simon Glass <sjg@chromium.org> Fix various warnings of the form: Skipping file '[..]/lib/lwip/lwip/contrib/ports/unix/posixlib/ include/posix/inet.h' due to unicode error Signed-off-by: Simon Glass <sjg@chromium.org> --- lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/inet.h | 2 +- .../lwip/contrib/ports/unix/posixlib/include/posix/sockets.h | 2 +- lib/lwip/lwip/contrib/ports/unix/posixlib/lwipopts.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/inet.h b/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/inet.h index c7bc124916d..4f5921d8828 100644 --- a/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/inet.h +++ b/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/inet.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Joan Lled� <jlledom@member.fsf.org> + * Copyright (C) 2023 Joan Lledo <jlledom@member.fsf.org> * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/sockets.h b/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/sockets.h index f390066616a..aeffe8c103c 100644 --- a/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/sockets.h +++ b/lib/lwip/lwip/contrib/ports/unix/posixlib/include/posix/sockets.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Joan Lled� <jlledom@member.fsf.org> + * Copyright (C) 2023 Joan Lledo <jlledom@member.fsf.org> * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: diff --git a/lib/lwip/lwip/contrib/ports/unix/posixlib/lwipopts.h b/lib/lwip/lwip/contrib/ports/unix/posixlib/lwipopts.h index 1b38aa3aef1..b081fb1f3e6 100644 --- a/lib/lwip/lwip/contrib/ports/unix/posixlib/lwipopts.h +++ b/lib/lwip/lwip/contrib/ports/unix/posixlib/lwipopts.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Joan Lled� <jlledom@member.fsf.org> + * Copyright (C) 2023 Joan Lledo <jlledom@member.fsf.org> * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: -- 2.43.0