From a446c578ef3afea448d745b8f754da08d9ed9e56 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 22 Mar 2006 21:10:56 +0000 Subject: [PATCH] * sys_errlist fixed git-svn-id: trunk@3015 - --- rtl/solaris/errnostr.inc | 68 +++++++++++++++++++++++++++++----------- 1 file changed, 49 insertions(+), 19 deletions(-) diff --git a/rtl/solaris/errnostr.inc b/rtl/solaris/errnostr.inc index 8d6245baf2..1ba62aa84e 100644 --- a/rtl/solaris/errnostr.inc +++ b/rtl/solaris/errnostr.inc @@ -14,8 +14,9 @@ **********************************************************************} const - sys_errn = 121; + sys_errn = 152; sys_errlist:array[0..sys_errn-1] of pchar = ( + 'Success', 'Not super-user', 'No such file or directory', 'No such process', @@ -45,21 +46,21 @@ const 'File too large', 'No space left on device', 'Illegal seek', - 'Read only file system', - 'Too many links', - 'Broken pipe', - 'Math arg out of domain of func', - 'Math result not representable', - 'No message of desired type', - 'Identifier removed', - 'Channel number out of range', - 'Level not synchronized', - 'Level halted', - 'Level reset', - 'Link number out of range', - 'Protocol driver not attached', - 'No CSI structure available', - 'Level halted', + 'Read only file system', + 'Too many links', + 'Broken pipe', + 'Math arg out of domain of func', + 'Math result not representable', + 'No message of desired type', + 'Identifier removed', + 'Channel number out of range', + 'Level 2 not synchronized', + 'Level 3 halted', + 'Level 3 reset', + 'Link number out of range', + 'Protocol driver not attached', + 'No CSI structure available', + 'Level 2 halted', 'Deadlock condition.', 'No record locks available.', 'Operation canceled', @@ -73,8 +74,10 @@ const 'invalid slot', 'file locking deadlock error', 'bad font file fmt', + 'Interprocess Robust Locks', 'process died with the lock', 'lock is not recoverable', + 'stream problems', 'Device not a stream', 'no data (for no delay io)', 'timer expired', @@ -105,7 +108,7 @@ const 'Unsupported file system operation', 'Symbolic link loop', 'Restartable system call', - 'if pipe/FIFO don''t sleep in stream head', + 'if pipe/FIFO, don''t sleep in stream head', 'directory not empty', 'Too many users (for UFS)', 'Socket operation on non-socket', @@ -113,6 +116,26 @@ const 'Message too long', 'Protocol wrong type for socket', 'Protocol not available', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', + '', 'Protocol not supported', 'Socket type not supported', 'Operation not supported on socket', @@ -128,6 +151,14 @@ const 'No buffer space available', 'Socket is already connected', 'Socket is not connected', + '', + '', + '', + '', + '', + '', + '', + '', 'Can''t send after socket shutdown', 'Too many references: can''t splice', 'Connection timed out', @@ -137,5 +168,4 @@ const 'operation already in progress', 'operation now in progress', 'Stale NFS file handle' - ); - + );