]> Zhao Yanbai Git Server - minix.git/commit
Use of isemptyp() macro instead of testing RTS_SLOT_FREE flag
authorTomas Hruby <tom@minix3.org>
Thu, 12 Nov 2009 08:35:26 +0000 (08:35 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 12 Nov 2009 08:35:26 +0000 (08:35 +0000)
commit37a7e1b76baf5a83086a812f54612a7e4a51b8e4
tree6dbfcd13b98c2b4f5fbf241e8a5a96cb8b0e720e
parentf98bea8f679f618526b119f126c5a99768d3e4a7
Use of isemptyp() macro instead of testing RTS_SLOT_FREE flag

- some code used to test if only this flag is set, some if also this flag is
  set. This change unifies the test
commands/ps/ps.c
commands/simple/dumpcore.c
commands/simple/top.c
kernel/arch/i386/memory.c
kernel/arch/i386/protect.c
kernel/arch/i386/system.c
servers/is/dmp_kernel.c