source:
trunk/minix/servers/ds/glo.h@
17
| Last change on this file since 17 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 232 bytes | |
| Line | |
|---|---|
| 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.