From 3fc100caa09e5105e828be5eac615a8ccc231afc Mon Sep 17 00:00:00 2001 From: zacheiss Date: Mon, 8 Jan 2001 19:27:18 +0000 Subject: [PATCH] AIX portability change: AIX has a built in send_file() function, so rename ours to mr_send_file(). Rename other functions prototyped in update.h for symmetry. --- include/update.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/update.h b/include/update.h index b6790dc8..6c6361ca 100644 --- a/include/update.h +++ b/include/update.h @@ -9,10 +9,10 @@ of 8 to prevent the data from being zero-padded. */ #define UPDATE_BUFSIZ ((BUFSIZ + 7) & ~7) -int send_file(int conn, char *pathname, char *target_path, int encrypt); -int send_auth(int conn, char *hostname); -int execute(int conn, char *path); -void send_quit(int conn); +int mr_send_file(int conn, char *pathname, char *target_path, int encrypt); +int mr_send_auth(int conn, char *hostname); +int mr_execute(int conn, char *path); +void mr_send_quit(int conn); #include int get_mr_update_ticket(char *host, KTEXT ticket); -- 2.45.2