]> Zhao Yanbai Git Server - minix.git/commit
2 copies of taskcall.c removed
authorTomas Hruby <tom@minix3.org>
Mon, 25 Jan 2010 14:22:09 +0000 (14:22 +0000)
committerTomas Hruby <tom@minix3.org>
Mon, 25 Jan 2010 14:22:09 +0000 (14:22 +0000)
commitee4cff8d666d4cf065bb2e6f40d721e41aded7fd
treed558284f916eebb4057e8271519a7d2572b8676d
parent769e5f373a992d82639d0a1bd8d2571b4a441c48
2 copies of taskcall.c removed

- taskcall.c is 3x in the trunk as part of libc, libsysutil and
  libsys.  It should be only part of libsys.

- only system process should be linked with libsys, therefore using
  raw _taskcall() in service.c is replaced by _syscall()

- the same for minix_rs.c

- lib/other/sys_eniop.c can go without replacement as it is part of
  syslib
lib/other/Makefile.in
lib/other/minix_rs.c
lib/other/sys_eniop.c [deleted file]
lib/other/taskcall.c [deleted file]
lib/sysutil/Makefile.in
lib/sysutil/taskcall.c [deleted file]
servers/rs/service.c