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:
@@ -9,7 +9,7 @@
|
|||||||
#include <kerrors.h>
|
#include <kerrors.h>
|
||||||
|
|
||||||
|
|
||||||
char const *
|
char *
|
||||||
strerror(int errnum)
|
strerror(int errnum)
|
||||||
{
|
{
|
||||||
switch (errnum) {
|
switch (errnum) {
|
||||||
|
|||||||
Reference in New Issue
Block a user