From 5074c4c7342c6732711f107c75cead4c2533c4e9 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 25 Dec 2006 10:01:24 +0000 Subject: [PATCH] * fixed typo git-svn-id: trunk@5703 - --- rtl/solaris/errno.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/solaris/errno.inc b/rtl/solaris/errno.inc index 05648b500a..63f32d73a7 100644 --- a/rtl/solaris/errno.inc +++ b/rtl/solaris/errno.inc @@ -128,7 +128,7 @@ ESysELIBSCN = 85; { .lib section in a.out corrupted } ESysELIBMAX = 86; { Attempting to link in too many shared libraries } ESysELIBEXEC = 87; { Cannot exec a shared library directly } ESysEILSEQ = 88; { Illegal byte sequence } -ESysENOSYS = 89 { Unsupported file system operation } +ESysENOSYS = 89; { Unsupported file system operation } ESysELOOP = 90; { Too many symbolic links encountered } ESysERESTART = 91; { Interrupted system call should be restarted } ESysESTRPIPE = 92; { Streams pipe error }