From 2a64776a50591323ba909fcbcaf39a2893e5238c Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Mon, 6 Dec 2010 13:29:31 -0600 Subject: [PATCH] roken: Export rk_daemon, not daemon We never export a function called 'daemon'. We only export a function called rk_daemon, and the define daemon to rk_daemon. So, only include rk_daemon in the map file, since that is the only symbol that will appear. Change-Id: Ib0f5ba88ba6d8bdefe3191050bc9e9e36f1b9134 Reviewed-on: http://gerrit.openafs.org/3463 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/roken/librokenafs.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roken/librokenafs.map b/src/roken/librokenafs.map index f2abfce0df..58c5705bb9 100644 --- a/src/roken/librokenafs.map +++ b/src/roken/librokenafs.map @@ -3,7 +3,7 @@ base64_decode; base64_encode; ct_memcmp; - daemon; + rk_daemon; err; errx; getopt;