mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 02:29:12 +02:00
* OpenBSD system errno.h constants fixed
git-svn-id: trunk@21632 -
This commit is contained in:
parent
61acf7de97
commit
b1b96529ec
@ -78,7 +78,6 @@ Const
|
|||||||
ESysEPROTONOSUPPORT = 43; { Protocol not supported }
|
ESysEPROTONOSUPPORT = 43; { Protocol not supported }
|
||||||
ESysESOCKTNOSUPPORT = 44; { Socket type not supported }
|
ESysESOCKTNOSUPPORT = 44; { Socket type not supported }
|
||||||
ESysEOPNOTSUPP = 45; { Operation not supported }
|
ESysEOPNOTSUPP = 45; { Operation not supported }
|
||||||
ESysENOTSUP = ESysEOPNOTSUPP; { Operation not supported }
|
|
||||||
ESysEPFNOSUPPORT = 46; { Protocol family not supported }
|
ESysEPFNOSUPPORT = 46; { Protocol family not supported }
|
||||||
ESysEAFNOSUPPORT = 47; { Address family not supported by protocol family }
|
ESysEAFNOSUPPORT = 47; { Address family not supported by protocol family }
|
||||||
ESysEADDRINUSE = 48; { Address already in use }
|
ESysEADDRINUSE = 48; { Address already in use }
|
||||||
@ -126,12 +125,15 @@ Const
|
|||||||
ESysEFTYPE = 79; { Inappropriate file type or format }
|
ESysEFTYPE = 79; { Inappropriate file type or format }
|
||||||
ESysEAUTH = 80; { Authentication error }
|
ESysEAUTH = 80; { Authentication error }
|
||||||
ESysENEEDAUTH = 81; { Need authenticator }
|
ESysENEEDAUTH = 81; { Need authenticator }
|
||||||
ESysEIDRM = 82; { Identifier removed }
|
ESysEIPSEC = 82; { IPsec processing failure }
|
||||||
ESysENOMSG = 83; { No message of desired type }
|
ESysENOATTR = 83; { Attribute not found }
|
||||||
ESysEOVERFLOW = 84; { Value too large to be stored in data type }
|
ESysEILSEQ = 84; { Illegal byte sequence }
|
||||||
ESysECANCELED = 85; { Operation canceled }
|
ESysENOMEDIUM = 85; { No medium found }
|
||||||
ESysEILSEQ = 86; { Illegal byte sequence }
|
ESysEMEDIUMTYPE = 86; { Wrong Medium Type }
|
||||||
ESysELAST = 86; { Must be equal largest errno }
|
ESysEOVERFLOW = 87; { Value too large to be stored in data type }
|
||||||
|
ESysECANCELED = 88; { Operation canceled }
|
||||||
|
ESysEIDRM = 89; { Identifier removed }
|
||||||
|
ESysENOMSG = 90; { No message of desired type }
|
||||||
|
ESysENOTSUP = 91; { Not supported }
|
||||||
|
ESysELAST = ESysENOTSUP; { Must be equal largest errno }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user