http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ab139ce
)
Added ENOENT and EAFNOSUPPORT
author
Michael Brown
<mcb30@etherboot.org>
Wed, 19 Apr 2006 01:54:53 +0000
(
01:54
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 19 Apr 2006 01:54:53 +0000
(
01:54
+0000)
src/include/errno.h
patch
|
blob
|
history
diff --git
a/src/include/errno.h
b/src/include/errno.h
index
e122d9c
..
5df1345
100644
(file)
--- 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 */