On 7/1/2004 6:02 AM, Arnd Bergmann wrote: > > I'd personally prefer to use type names like compat_ulong_t > in the place of u32 when the a member in the original struct > is unsigned long. > >> +asmlinkage long compat_sys_adjtimex(struct compat_timex *utp) >> + > This is missing a semicolon. > Updated patch to address these two issues. -Arun