From: Erik van der Kouwe Date: Wed, 19 May 2010 11:51:49 +0000 (+0000) Subject: More sensible description for EPERM from http://www.opengroup.org/onlinepubs/00009539... X-Git-Tag: v3.1.7~45 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=77d5243f4acfce245b38c9e470e10c8c4447abd8;p=minix.git More sensible description for EPERM from http://www.opengroup.org/onlinepubs/000095399/basedefs/errno.h.html --- diff --git a/lib/libc/ansi/errlist.c b/lib/libc/ansi/errlist.c index 1bdec1a22..f829e03af 100644 --- a/lib/libc/ansi/errlist.c +++ b/lib/libc/ansi/errlist.c @@ -8,7 +8,7 @@ static const char unknown[] = "Unknown error"; const char *_sys_errlist[] = { "Error 0", /* EGENERIC */ - "Not owner", /* EPERM */ + "Operation not permitted", /* EPERM */ "No such file or directory", /* ENOENT */ "No such process", /* ESRCH */ "Interrupted system call", /* EINTR */