[BACK]Return to syscalls.master CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / m68k

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/m68k/syscalls.master between version 1.51 and 1.52

version 1.51, 2006/08/30 11:14:39 version 1.52, 2006/09/01 20:58:18
Line 36 
Line 36 
 #if defined(_KERNEL_OPT)  #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"  #include "opt_compat_netbsd.h"
 #include "opt_compat_43.h"  #include "opt_compat_43.h"
 #include "opt_ptrace.h"  
 #endif  #endif
   
 #include <sys/param.h>  #include <sys/param.h>
Line 94 
Line 93 
 23      NOARGS          linux_setuid16 { int sys_setuid(uid_t uid); }  23      NOARGS          linux_setuid16 { int sys_setuid(uid_t uid); }
 24      NOARGS          linux_getuid16 { uid_t sys_getuid(void); }  24      NOARGS          linux_getuid16 { uid_t sys_getuid(void); }
 25      STD             { int linux_sys_stime(linux_time_t *t); }  25      STD             { int linux_sys_stime(linux_time_t *t); }
 #ifdef PTRACE  
 26      STD             { int linux_sys_ptrace(int request, int pid, \  26      STD             { int linux_sys_ptrace(int request, int pid, \
                           int addr, int data); }                            int addr, int data); }
 #else  
 26      EXCL            ptrace  
 #endf  
 27      STD             { int linux_sys_alarm(unsigned int secs); }  27      STD             { int linux_sys_alarm(unsigned int secs); }
 28      OBSOL           ofstat  28      OBSOL           ofstat
 29      STD             { int linux_sys_pause(void); }  29      STD             { int linux_sys_pause(void); }

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

CVSweb <webmaster@jp.NetBSD.org>