]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
roken: Import Windows allocator changes
authorSimon Wilkinson <sxw@your-file-system.com>
Mon, 2 Jul 2012 13:50:10 +0000 (14:50 +0100)
committerJeffrey Altman <jaltman@your-file-system.com>
Tue, 3 Jul 2012 02:28:08 +0000 (19:28 -0700)
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>
src/external/heimdal-files

index d29e0830f56170c7d4e4408d1370d4a90b4655eb..7f4c85b9d8e93025c68c74951bb030382d056250 100644 (file)
@@ -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