From 9bd9ea1e2dcdaad0b3a64cf0240acfa7c885f4d2 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Sat, 5 Sep 2015 11:25:30 +0000 Subject: Use new framework for wrapping cat{open,gets,close}(), eliminating _cat* in the process. ok kettenis@ --- src/lib/libc/string/strerror_r.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib/libc/string/strerror_r.c') diff --git a/src/lib/libc/string/strerror_r.c b/src/lib/libc/string/strerror_r.c index 90aa012360..2262cb512d 100644 --- a/src/lib/libc/string/strerror_r.c +++ b/src/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 */ #ifdef NLS -#define catclose _catclose -#define catgets _catgets -#define catopen _catopen #include #endif -- cgit v1.2.3-55-g6feb