Browse Source

Don't use anonymous structs

OPENBSD_2_0
tholo 28 years ago
parent
commit
1d04a2205d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/include/nl_types.h

+ 1
- 1
src/include/nl_types.h View File

@ -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;


Loading…
Cancel
Save