ade8d81612
visibility, so that they can be referenced from kdc/digest-service. Fixes build on Dragonfly. From Alex Hornung in PR pkg/45195.
17 lines
489 B
Text
17 lines
489 B
Text
$NetBSD: patch-kdc_version-script.map,v 1.1 2011/07/31 21:21:01 gls Exp $
|
|
|
|
Adds the symbols _kdc_db_fetch and _kdc_free_ent to global
|
|
visibility, so that they can be referenced from kdc/digest-service.
|
|
Fixes build on Dragonfly. From Alex Hornung in PR pkg/45195.
|
|
|
|
--- kdc/version-script.map.orig 2010-09-13 07:23:34.000000000 +0000
|
|
+++ kdc/version-script.map
|
|
@@ -2,6 +2,8 @@
|
|
|
|
HEIMDAL_KDC_1.0 {
|
|
global:
|
|
+ _kdc_db_fetch;
|
|
+ _kdc_free_ent;
|
|
kdc_log;
|
|
kdc_log_msg;
|
|
kdc_log_msg_va;
|