artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9952b
)
Don't use anonymous structs
author
tholo
<tholo@openbsd.org>
Sun, 15 Sep 1996 10:10:11 +0000
(10:10 +0000)
committer
tholo
<tholo@openbsd.org>
Sun, 15 Sep 1996 10:10:11 +0000
(10:10 +0000)
include/nl_types.h
patch
|
blob
|
history
diff --git
a/include/nl_types.h
b/include/nl_types.h
index
2cdea26
..
ff9002f
100644
(file)
--- 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;