From e05a63045230e732d6abb1f4baf8ed5275e19e69 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 2 Jul 2012 14:50:10 +0100 Subject: [PATCH] roken: Import Windows allocator changes 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 Reviewed-by: Jeffrey Altman --- src/external/heimdal-files | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/external/heimdal-files b/src/external/heimdal-files index d29e0830f5..7f4c85b9d8 100644 --- a/src/external/heimdal-files +++ b/src/external/heimdal-files @@ -79,6 +79,7 @@ lib/roken/localtime_r.c roken/localtime_r.c 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 @@ -101,5 +102,6 @@ lib/roken/vwarnx.c roken/vwarnx.c 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