[hurd,commited,2/3] hurd: make strerror(0) coherent with other ports

Message ID 20191201185306.1159853-3-samuel.thibault@ens-lyon.org
State Deferred, archived
Headers

Commit Message

Samuel Thibault Dec. 1, 2019, 6:53 p.m. UTC
  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(-)
  

Patch

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",