summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-09-15 10:10:11 +0000
committertholo <tholo@openbsd.org>1996-09-15 10:10:11 +0000
commit0dee31f79dc0d65dcb487b8d0b478704295a667f (patch)
tree3564cb65c24739781b73168270440274a40af8e9
parentAdd a couple of syscalls; bring more prototypes into scope (diff)
downloadwireguard-openbsd-0dee31f79dc0d65dcb487b8d0b478704295a667f.tar.xz
wireguard-openbsd-0dee31f79dc0d65dcb487b8d0b478704295a667f.zip
Don't use anonymous structs
-rw-r--r--include/nl_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nl_types.h b/include/nl_types.h
index 2cdea261384..ff9002fa8a9 100644
--- a/include/nl_types.h
+++ b/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;