Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 11 May 2024 17:54:15 -0400
From: Rich Felker <dalias@...c.org>
To: Khem Raj <raj.khem@...il.com>
Cc: musl@...ts.openwall.com
Subject: Re: [PATCH] Fix typo alltype.h -> alltypes.h

On Sat, May 11, 2024 at 02:44:38PM -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@...il.com>
> ---
>  include/sys/reg.h  | 2 +-
>  include/sys/user.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/sys/reg.h b/include/sys/reg.h
> index 4e6ce222..0272e137 100644
> --- a/include/sys/reg.h
> +++ b/include/sys/reg.h
> @@ -4,7 +4,7 @@
>  #include <limits.h>
>  #include <unistd.h>
>  
> -#include <bits/alltype.h>
> +#include <bits/alltypes.h>
>  
>  #undef __WORDSIZE
>  #if __LONG_MAX == 0x7fffffffL
> diff --git a/include/sys/user.h b/include/sys/user.h
> index 78036da3..511caba3 100644
> --- a/include/sys/user.h
> +++ b/include/sys/user.h
> @@ -8,7 +8,7 @@ extern "C" {
>  #include <stdint.h>
>  #include <unistd.h>
>  
> -#include <bits/alltype.h>
> +#include <bits/alltypes.h>
>  
>  #undef __WORDSIZE
>  #if __LONG_MAX == 0x7fffffffL
> -- 
> 2.45.0

You're the second one to catch this, but thanks.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.