misc: needed adaptations for the changes in <pids> api
That snowball, which began as a simple removal of some brackets, now ends with this third patch restoring the ability to build our project. It was made necessary by the renaming (and rearranging) of several enumerators. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
10
ps/global.c
10
ps/global.c
@@ -54,11 +54,11 @@ int Pids_index; // actual number of active enums
|
||||
|
||||
// most of these could be defined as static in the output.c module
|
||||
// (but for future flexibility, the easiest route has been chosen)
|
||||
makREL(ADDR_END_CODE)
|
||||
makREL(ADDR_KSTK_EIP)
|
||||
makREL(ADDR_KSTK_ESP)
|
||||
makREL(ADDR_START_CODE)
|
||||
makREL(ADDR_START_STACK)
|
||||
makREL(ADDR_CODE_END)
|
||||
makREL(ADDR_CODE_START)
|
||||
makREL(ADDR_CURR_EIP)
|
||||
makREL(ADDR_CURR_ESP)
|
||||
makREL(ADDR_STACK_START)
|
||||
makREL(ALARM)
|
||||
makREL(CGNAME)
|
||||
makREL(CGROUP)
|
||||
|
||||
Reference in New Issue
Block a user