runtime clean up.
authorStas Boukarev <stassats@gmail.com>
Tue, 1 May 2012 16:42:34 +0000 (20:42 +0400)
committerStas Boukarev <stassats@gmail.com>
Tue, 1 May 2012 17:21:50 +0000 (21:21 +0400)
commit2bfd703aaa0a56039b2831fcbc8f11739dc158b7
tree41375fcf5064b2760d7bebfc08d2bf36b69faaee
parent436b2ab0276f547e8537b6c1fb52b11fa1f53975
runtime clean up.

coreparse.c: Move #define _BSD_SOURCE up, so that it won't conflict
with subsequent files, and #undef it after it's used to
include sys/mman.h

search.c(search_for_type): Remove unused variable addr.

interrupt.c: Remove double parentheses in if((x==y)).

run-program.c: Include sys/wait.h
src/runtime/coreparse.c
src/runtime/interrupt.c
src/runtime/run-program.c
src/runtime/search.c