]> Zhao Yanbai Git Server - minix.git/commitdiff
More sensible description for EPERM from http://www.opengroup.org/onlinepubs/00009539...
authorErik van der Kouwe <erik@minix3.org>
Wed, 19 May 2010 11:51:49 +0000 (11:51 +0000)
committerErik van der Kouwe <erik@minix3.org>
Wed, 19 May 2010 11:51:49 +0000 (11:51 +0000)
lib/libc/ansi/errlist.c

index 1bdec1a220979ad37d8d3fd704f1ce1025afff13..f829e03afb61fdf3d4e81ab57be1118d3031f41f 100644 (file)
@@ -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 */