source: trunk/minix/servers/ds/glo.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 232 bytes
Line 
1/* Global variables. */
2
3/* The parameters of the call are kept here. */
4extern int who; /* caller's proc number */
5extern int callnr; /* system call number */
6extern int dont_reply; /* normally 0; set to 1 to inhibit reply */
7
Note: See TracBrowser for help on using the repository browser.