The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=fbd156d78fbdc5e1984afe4d83436b624e7a1f01

commit fbd156d78fbdc5e1984afe4d83436b624e7a1f01
Author:     Ed Maste <ema...@freebsd.org>
AuthorDate: 2024-01-25 03:49:45 +0000
Commit:     Ed Maste <ema...@freebsd.org>
CommitDate: 2024-01-25 03:50:49 +0000

    Revert "nl_types.h: explicitly include cdefs.h"
    
    This isn't the right approach for addressing this cross-build issue.
    
    This reverts commit 820401bf176996e41091d2e4190aded12a966b1d.
---
 include/nl_types.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/nl_types.h b/include/nl_types.h
index 6ba15132126d..120d1911631f 100644
--- a/include/nl_types.h
+++ b/include/nl_types.h
@@ -34,7 +34,6 @@
 #ifndef _NL_TYPES_H_
 #define _NL_TYPES_H_
 
-#include <sys/cdefs.h>
 #include <sys/types.h>
 
 #ifdef _NLS_PRIVATE

Reply via email to