source:
trunk/minix/servers/ds/glo.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 232 bytes |
Rev | Line | |
---|---|---|
[9] | 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 |
Note:
See TracBrowser
for help on using the repository browser.