[BACK]Return to linux_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / i386

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/compat/linux/arch/i386/linux_machdep.c between version 1.102 and 1.103

version 1.102, 2004/01/28 10:48:55 version 1.103, 2004/10/20 04:20:05
Line 120  int linux_write_ldt __P((struct lwp *, s
Line 120  int linux_write_ldt __P((struct lwp *, s
 #endif  #endif
   
 static struct biosdisk_info *fd2biosinfo __P((struct proc *, struct file *));  static struct biosdisk_info *fd2biosinfo __P((struct proc *, struct file *));
 extern struct disklist *i386_alldisks;  extern struct disklist *x86_alldisks;
 static void linux_save_ucontext __P((struct lwp *, struct trapframe *,  static void linux_save_ucontext __P((struct lwp *, struct trapframe *,
     const sigset_t *, struct sigaltstack *, struct linux_ucontext *));      const sigset_t *, struct sigaltstack *, struct linux_ucontext *));
 static void linux_save_sigcontext __P((struct lwp *, struct trapframe *,  static void linux_save_sigcontext __P((struct lwp *, struct trapframe *,
Line 841  fd2biosinfo(p, fp)
Line 841  fd2biosinfo(p, fp)
         char diskname[16];          char diskname[16];
         int i;          int i;
         struct nativedisk_info *nip;          struct nativedisk_info *nip;
         struct disklist *dl = i386_alldisks;          struct disklist *dl = x86_alldisks;
   
         if (fp->f_type != DTYPE_VNODE)          if (fp->f_type != DTYPE_VNODE)
                 return NULL;                  return NULL;

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

CVSweb <webmaster@jp.NetBSD.org>