diff options
author | 2015-09-05 11:25:29 +0000 | |
---|---|---|
committer | 2015-09-05 11:25:29 +0000 | |
commit | e969daf4a8f765131cbd48e476dd61c41663bd01 (patch) | |
tree | 8536e445c12d68dfd334f28ebcb70c61a890f461 /lib/libc/string/strerror_r.c | |
parent | typos in comments: xfree -> free (diff) | |
download | wireguard-openbsd-e969daf4a8f765131cbd48e476dd61c41663bd01.tar.xz wireguard-openbsd-e969daf4a8f765131cbd48e476dd61c41663bd01.zip |
Use new framework for wrapping cat{open,gets,close}(), eliminating
_cat* in the process.
ok kettenis@
Diffstat (limited to 'lib/libc/string/strerror_r.c')
-rw-r--r-- | lib/libc/string/strerror_r.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/string/strerror_r.c b/lib/libc/string/strerror_r.c index 90aa012360d..2262cb512d5 100644 --- a/lib/libc/string/strerror_r.c +++ b/lib/libc/string/strerror_r.c @@ -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 |