diff options
| author | mycroft <mycroft@NetBSD.org> | 1998-07-26 13:34:18 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1998-07-26 13:34:18 +0000 |
| commit | 4024f73640e189f79136a4679e1d9b2f61acdae3 (patch) | |
| tree | 736bf25d4c1123d80bb3e8843c2ff768d5816f92 /lib/libc/string/strerror.c | |
| parent | 907740b59130f51ed2281ca161f69e27731781c5 (diff) | |
const poisoning.
Diffstat (limited to 'lib/libc/string/strerror.c')
| -rw-r--r-- | lib/libc/string/strerror.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c index bc02b1587d1..aec89bb2132 100644 --- a/lib/libc/string/strerror.c +++ b/lib/libc/string/strerror.c @@ -1,4 +1,4 @@ -/* $NetBSD: strerror.c,v 1.8 1998/02/16 11:27:16 lukem Exp $ */ +/* $NetBSD: strerror.c,v 1.9 1998/07/26 13:36:34 mycroft Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. @@ -38,7 +38,7 @@ #if 0 static char *sccsid = "@(#)strerror.c 5.6 (Berkeley) 5/4/91"; #else -__RCSID("$NetBSD: strerror.c,v 1.8 1998/02/16 11:27:16 lukem Exp $"); +__RCSID("$NetBSD: strerror.c,v 1.9 1998/07/26 13:36:34 mycroft Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -52,7 +52,7 @@ __RCSID("$NetBSD: strerror.c,v 1.8 1998/02/16 11:27:16 lukem Exp $"); * internal function __strerror(). */ -char * +const char * strerror(num) int num; { |
