Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 11 May 2024 14:44:38 -0700
From: Khem Raj <raj.khem@...il.com>
To: musl@...ts.openwall.com
Cc: Khem Raj <raj.khem@...il.com>
Subject: [PATCH] Fix typo alltype.h -> alltypes.h

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

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.