From 563202976e5786ecef491d45e6c0fada2b8d0fdb Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 1 Dec 2019 16:36:41 +0000 Subject: [PATCH] hurd: make strerror(0) coherent with other ports Some tests assume that it is "Success", and it is not necessarily related to the kernel anyway. --- mach/err_kern.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/err_kern.sub b/mach/err_kern.sub index ab00ae40f2..42c38ebd59 100644 --- a/mach/err_kern.sub +++ b/mach/err_kern.sub @@ -50,7 +50,7 @@ */ static char * err_codes_kern[] = { - "(os/kern) successful", + "Success", "(os/kern) invalid address", "(os/kern) protection failure", "(os/kern) no space available",