Module: wine Branch: master Commit: 099063f0fc37ddb49d30050b1637ffe9c11b23e1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=099063f0fc37ddb49d30050b1... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Nov 4 20:50:53 2021 +0100 kerberos: Convert the Unix library to the __wine_unix_call interface. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kerberos/Makefile.in | 1 + dlls/kerberos/krb5_ap.c | 102 +++++++++++++++++++---------- dlls/kerberos/unixlib.c | 159 +++++++++++++++++++++++----------------------- dlls/kerberos/unixlib.h | 114 +++++++++++++++++++++++++++------ 4 files changed, 245 insertions(+), 131 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=099063f0fc37ddb49d300...