On Fri, Oct 03, 2003 at 07:08:13PM -0400, Derrick J Brashear wrote: > > I got a MIPS kernel built with modversions. Here is the results of > > configure: > > remove config.cache before you run it, but i think in this case you're ok.
Yeah, actually I just re-ran configure to get the results to post. > > checking for exported sys_chdir... (cached) no > > checking for exported sys_close... (cached) yes > > checking for exported sys_wait4... (cached) no > > > > What do you think? > > you need to find another exported system call, hardcode the address of the > sys_call_table (possibly by passing it as a module parameter), or pray the > place you find a pointer to sys_close is in the sys_call_table. Does it have to be an exported system call, or can it be any exported sys_* symbol? I have a sys_tz which is a struct timeval (I think). -- Ryan Underwood, <nemesis at icequake.net>, icq=10317253 _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
