This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
Don't use anonymous structs
OPENBSD_2_0
tholo
28 years ago
parent
c3e8d031d3
commit
1d04a2205d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save