. service tells you which device it couldn't stat
[minix3.git] / servers / ds / glo.h
blobc500db5359b6b17fbc687f80e381b90b39ce2f83
1 /* Global variables. */
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 */