Roken now supports using a single allocator across all of the objects
which include that roken library. Two additional objects are required
to support this, so add them to the list of symbols that we import.
Change-Id: If43537f06a6cdc6ea4dea278cdc1db1e6970f955
Reviewed-on: http://gerrit.openafs.org/7618
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
lib/roken/mkstemp.c roken/mkstemp.c
lib/roken/net_read.c roken/net_read.c
lib/roken/net_write.c roken/net_write.c
+lib/roken/realloc.c roken/realloc.c
lib/roken/roken.h.in roken/roken.h.in
lib/roken/roken-common.h roken/roken-common.h
lib/roken/search.hin roken/search.hin
lib/roken/warn.c roken/warn.c
lib/roken/warnx.c roken/warnx.c
lib/roken/warnerr.c roken/warnerr.c
+lib/roken/win32_alloc.c roken/win32_alloc.c
lib/roken/write_pid.c roken/write_pid.c