[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.7 and 1.8

version 1.7, 1999/05/14 18:43:58 version 1.8, 1999/08/16 19:13:02
Line 87 
Line 87 
 22      OBSOL           umount  22      OBSOL           umount
 23      NOARGS          { int sys_setuid(uid_t uid); }  23      NOARGS          { int sys_setuid(uid_t uid); }
 24      NOARGS          { uid_t sys_getuid(void); }  24      NOARGS          { uid_t sys_getuid(void); }
 25      UNIMPL          stime  25      STD             { int linux_sys_stime(linux_time_t *t); }
 26      UNIMPL          ptrace  26      UNIMPL          ptrace
 27      STD             { int linux_sys_alarm(unsigned int secs); }  27      STD             { int linux_sys_alarm(unsigned int secs); }
 28      OBSOL           ofstat  28      OBSOL           ofstat

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>