Added ENOENT and EAFNOSUPPORT

pull/1/head
Michael Brown 2006-04-19 01:54:53 +00:00
parent ab139ceda9
commit 4f3581e99c
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@
#define EIMGRET 0xd1
#define ETIMEDOUT 0xd2
#define EINVAL 0xd3
#define ENOENT 0xd4
#define EAFNOSUPPORT 0xd5
/* Data structures and declarations */