]> granicus.if.org Git - procps-ng/commit
library: relocate the typedef used in alloc.h override
authorJim Warner <james.warner@comcast.net>
Sat, 16 Dec 2017 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@enc.com.au>
Sat, 23 Dec 2017 06:41:37 +0000 (17:41 +1100)
commit0003d704ac7338ff61189107124eb8e1cf1643e6
treeade9fa369ff919096c56bbcf0fadf6f7cf2094f7
parentcdf8eac99e96ee194325d58d796359516b8bad6d
library: relocate the typedef used in alloc.h override

There is no longer justification for placing a typedef
employed in overriding that alloc.h message handler in
the procps.h header file. So this commit just moves it
to the alloc.h header file itself where's it's needed!

[ gosh, sure wish i had thought to relocate this guy ]
[ when the changes in the 1st commit shown were made ]

Reference(s):
. most recent related changes
commit 18e5aecd2b61387ebd82c83f6f716e4c8e093272
. place where it *should* have been relocated
commit 2865ded64e72e0bec721dad9b442dab0899ee2b0

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/alloc.h
proc/procps.h