From 1d04a2205d68edf48ae361a0aaa389faaeaa414e Mon Sep 17 00:00:00 2001 From: tholo <> Date: Sun, 15 Sep 1996 10:10:11 +0000 Subject: [PATCH] Don't use anonymous structs --- src/include/nl_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/nl_types.h b/src/include/nl_types.h index 2cdea261..ff9002fa 100644 --- a/src/include/nl_types.h +++ b/src/include/nl_types.h @@ -81,7 +81,7 @@ struct _nls_msg_hdr { #define NL_SETD 1 #define NL_CAT_LOCALE 1 -typedef struct { +typedef struct _nl_catd { void *__data; int __size; } *nl_catd;