diff options
| author | Michael Brown | 2006-04-19 03:54:53 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-04-19 03:54:53 +0200 |
| commit | 4f3581e99ccf3ed9cdf7abd49d5f9d2675890c75 (patch) | |
| tree | dbbdf51dd7547b7ad67ca01267f6411b5501f238 | |
| parent | Added pkb_unput() and pkb_len(). (diff) | |
| download | ipxe-4f3581e99ccf3ed9cdf7abd49d5f9d2675890c75.tar.gz ipxe-4f3581e99ccf3ed9cdf7abd49d5f9d2675890c75.tar.xz ipxe-4f3581e99ccf3ed9cdf7abd49d5f9d2675890c75.zip | |
Added ENOENT and EAFNOSUPPORT
| -rw-r--r-- | src/include/errno.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/errno.h b/src/include/errno.h index e122d9c39..5df134510 100644 --- a/src/include/errno.h +++ b/src/include/errno.h @@ -122,6 +122,8 @@ #define EIMGRET 0xd1 #define ETIMEDOUT 0xd2 #define EINVAL 0xd3 +#define ENOENT 0xd4 +#define EAFNOSUPPORT 0xd5 /* Data structures and declarations */ |
