prefix SOCKET symbols with rk_

This commit is contained in:
Love Hornquist Astrand
2009-11-25 05:29:18 +01:00
parent 2f290bdd96
commit f1c0c1bba3
21 changed files with 272 additions and 310 deletions

View File

@@ -79,7 +79,7 @@ typedef struct kadm5_log_context {
#else
struct addrinfo *socket_info;
#endif
SOCKET socket_fd;
krb5_socket_t socket_fd;
} kadm5_log_context;
typedef struct kadm5_server_context {