Forgot to remove the const from the strerror implementation.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1824 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-11-02 02:52:56 +00:00
parent 2576750920
commit 90b544f75f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include <kerrors.h>
char const *
char *
strerror(int errnum)
{
switch (errnum) {