[uml-devel] Re: [patch 04/11] uml: refuse to run without skas if no tt mode in

2005-01-14 Thread Jeff Dike
[EMAIL PROTECTED] said: > Look at the end: Oops, missed that. Sorry. Jeff --- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun

[uml-devel] Re: [patch 04/11] uml: refuse to run without skas if no tt mode in

2005-01-14 Thread Blaisorblade
On Friday 14 January 2005 20:24, Jeff Dike wrote: > Is it my imagination, or did you put the definition of can_do_skas under > #ifdef UML_CONFIG_MODE_SKAS and failed to do the same for the call? Look at the end: #else +int can_do_skas(void) +{ return(0); -#endif } +#endif This dummy ca

[uml-devel] Re: [patch 04/11] uml: refuse to run without skas if no tt mode in

2005-01-14 Thread Jeff Dike
Is it my imagination, or did you put the definition of can_do_skas under #ifdef UML_CONFIG_MODE_SKAS and failed to do the same for the call? Jeff --- The SF.Net email is sponsored by: Beat the post-holiday blue