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
. service tells you which device it couldn't stat
[minix3.git]
/
servers
/
ds
/
glo.h
blob
c500db5359b6b17fbc687f80e381b90b39ce2f83
1
/* Global variables. */
2
3
/* The parameters of the call are kept here. */
4
extern
int
who
;
/* caller's proc number */
5
extern
int
callnr
;
/* system call number */
6
extern
int
dont_reply
;
/* normally 0; set to 1 to inhibit reply */
7