]> Zhao Yanbai Git Server - minix.git/commit
endpoint_t in syslib
authorTomas Hruby <tom@minix3.org>
Tue, 22 Sep 2009 21:42:02 +0000 (21:42 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 22 Sep 2009 21:42:02 +0000 (21:42 +0000)
commitb900311656476c1e03a790bb49084a56238fd1e8
tree16e2ae4340ba5392899452d802cd659d5ede3f97
parent64df404150bfee2068278e3f6c950653d3fab3f0
endpoint_t in syslib

- headers use the endpoint_t in syslib.h and the implmentation was using int
  instead. Both uses endpoint_t now

- every variable named like proc, proc_nr or proc_nr_e of type endpoint_t has
  name proc_ep now

- endpoint_t defined as u32_t not int
28 files changed:
drivers/pci/pci.c
include/minix/syslib.h
include/minix/type.h
include/unistd.h
kernel/arch/i386/protect.c
lib/other/sys_eniop.c
lib/other/taskcall.c
lib/syslib/pci_del_acl.c
lib/syslib/sys_cprof.c
lib/syslib/sys_endsig.c
lib/syslib/sys_eniop.c
lib/syslib/sys_exec.c
lib/syslib/sys_exit.c
lib/syslib/sys_getsig.c
lib/syslib/sys_kill.c
lib/syslib/sys_newmap.c
lib/syslib/sys_nice.c
lib/syslib/sys_physcopy.c
lib/syslib/sys_privctl.c
lib/syslib/sys_sigreturn.c
lib/syslib/sys_sigsend.c
lib/syslib/sys_sprof.c
lib/syslib/sys_times.c
lib/syslib/sys_trace.c
lib/syslib/sys_umap.c
lib/syslib/sys_vircopy.c
lib/syslib/taskcall.c
lib/sysutil/taskcall.c