From: Andrew Deason Date: Mon, 6 Dec 2010 19:29:31 +0000 (-0600) Subject: roken: Export rk_daemon, not daemon X-Git-Tag: upstream/1.8.0_pre1^2~4391 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2a64776a50591323ba909fcbcaf39a2893e5238c;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/roken/librokenafs.map b/src/roken/librokenafs.map index f2abfce0d..58c5705bb 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;