repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
. pci driver now returns devices, even when they have been pci_reserve()d
[minix3.git]
/
lib
/
other
/
errno.c
blob
538fd572f7038baf5506ea9a61319608ea6a60ad
1
#include <lib.h>
2
/* errno.c - declare variable errno Author: F. Meulenbroeks */
3
4
int
errno
=
0
;