diff options
Diffstat (limited to 'src/lib/libc/string/strerror_r.c')
-rw-r--r-- | src/lib/libc/string/strerror_r.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libc/string/strerror_r.c b/src/lib/libc/string/strerror_r.c index 958a88df3e..85988a2561 100644 --- a/src/lib/libc/string/strerror_r.c +++ b/src/lib/libc/string/strerror_r.c | |||
@@ -1,10 +1,6 @@ | |||
1 | /* $OpenBSD: strerror_r.c,v 1.5 2005/05/26 12:56:01 otto Exp $ */ | 1 | /* $OpenBSD: strerror_r.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ |
2 | /* Public Domain <marc@snafu.org> */ | 2 | /* Public Domain <marc@snafu.org> */ |
3 | 3 | ||
4 | #if defined(LIBC_SCCS) && !defined(lint) | ||
5 | static char *rcsid = "$OpenBSD: strerror_r.c,v 1.5 2005/05/26 12:56:01 otto Exp $"; | ||
6 | #endif /* LIBC_SCCS and not lint */ | ||
7 | |||
8 | #ifdef NLS | 4 | #ifdef NLS |
9 | #define catclose _catclose | 5 | #define catclose _catclose |
10 | #define catgets _catgets | 6 | #define catgets _catgets |