More stuff I found in ancient email
Aug. 5th, 2007 11:06 pm#define EAGAIN 11 /* Try again */ #define EHARDER ?? /* Try harder */ #define ENAMETOOLONG 36 /* File name too long */ #define ENAMETOOSHORT ?? /* File name too short */ #define ETXTBSY 26 /* Text file busy */ #define ETXTLZY ?? /* Text file lazy */ #define EEXIST 17 /* File exists */ #define EEXISTENTIAL ?? /* File cannot be proved to exist */ #define EADV 68 /* Advertise error */ #define EADVENT ?? /* You can't go that way */
(1998, this time.) There's some more suggestions in a reply from Dave: but I don't want to post them without asking...
#define EXDEV 18 /* Cross-device link */ #define EXDIR ?? /* required number is ex-directory */ #define ENOTTY 25 /* Not a typewriter */ #define ESNOTTY ?? /* the programmer is a bit stuck-up */ #define EDOM 33 /* Math argument out of domain of func */ #define ESUB ?? /* Sub has safeworded. */ #define EDOTDOT 73 /* RFS specific error */ #define EDASHDASH ?? /* Morse-specific error */
(no subject)
Date: 2007-08-06 09:05 am (UTC)(no subject)
Date: 2007-08-06 09:13 am (UTC)(no subject)
Date: 2007-08-06 10:01 am (UTC)#define ERANGE 34 /* Math result not representable */#define ESTRANGE ?? /* Math result doesn't even make sense */
(no subject)
Date: 2007-08-06 10:03 am (UTC)#define
ELAST92 /* Must equal largest errno */#define
ELASTIC?? /* Largest errno can increase over time */#define
ENOLINK91 /* Link has been severed */#define
ENOWEB?? /* http://www.enoweb.co.uk/ */#define
ENOENT2 /* No such file or directory */#define
ENOEXIT? /* Brian Eno has left the building */#define
EIDRM82 /* Identifier removed */#define
EDRM?? /* Identifier owned by Sony */#define
ENOTSOCK38 /* Socket operation on non-socket */#define
ENOTSHOE?? /* Shoe operation on non-shoe */#define
ESRCH3 /* No such process */#define
ERSRCH? /* Further research needed, retry in 5 years */#define
ECONNREFUSED61 /* Connection refused */#define
ECONNFUSED?? /* Programmer is an idiot and can't spell */... but in fact there's already EDOOFUS for that last one.