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
Use new framework for wrapping cat{open,gets,close}(), eliminating
_cat* in the process. ok kettenis@
OPENBSD_5_9
guenther
9 years ago
parent
e6e4f1c3ed
commit
6c7e0ac243
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
src/lib/libc/string/strerror_r.c
+ 1
- 4
src/lib/libc/string/strerror_r.c
View File
@ -1,10 +1,7 @@
/* $OpenBSD: strerror_r.c,v 1.
9 2015/08/31 02:53:57
guenther Exp $ */
/* $OpenBSD: strerror_r.c,v 1.
10 2015/09/05 11:25:30
guenther Exp $ */
/* Public Domain <marc@snafu.org> */
#
ifdef NLS
#
define catclose _catclose
#
define catgets _catgets
#
define catopen _catopen
#
include
<nl_types.h>
#
endif
Write
Preview
Loading…
Cancel
Save