krb5 commit [krb5-1.11]: Export verto_set_flags from libverto

Tom Yu tlyu at MIT.EDU
Wed Apr 3 19:47:14 EDT 2013


https://github.com/krb5/krb5/commit/55361976847458584e2b394f0297f270d976f2fd
commit 55361976847458584e2b394f0297f270d976f2fd
Author: Greg Hudson <ghudson at mit.edu>
Date:   Mon Mar 25 12:42:49 2013 -0400

    Export verto_set_flags from libverto
    
    When the bundled libverto was updated from 0.2.2 to 0.2.5,
    verto_set_flags should have been added to libverto.exports along with
    the other new functions.
    
    (cherry picked from commit fb92e73d12081d36b0497e55489293d296eb416d)
    
    ticket: 7594
    version_fixed: 1.11.2
    status: resolved

 src/util/verto/libverto.exports |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/util/verto/libverto.exports b/src/util/verto/libverto.exports
index 098156f..ecba76a 100644
--- a/src/util/verto/libverto.exports
+++ b/src/util/verto/libverto.exports
@@ -27,5 +27,6 @@ verto_run_once
 verto_set_allocator
 verto_set_default
 verto_set_fd_state
+verto_set_flags
 verto_set_private
 verto_set_proc_status


More information about the cvs-krb5 mailing list