00001 /* Global variables. */ 00002 00003 /* The parameters of the call are kept here. */ 00004 extern int who; /* caller's proc number */ 00005 extern int callnr; /* system call number */ 00006 extern int dont_reply; /* normally 0; set to 1 to inhibit reply */ 00007
1.4.6