Be more strict about 'enum logcode' rather than int. IRIX compiler
[rsync/rsync.git] / options.c
index 62b9c09..4f2f528 100644 (file)
--- a/options.c
+++ b/options.c
@@ -106,7 +106,7 @@ static int modify_window_set;
 char *bind_address;
 
 
-static void print_rsync_version(int f)
+static void print_rsync_version(enum logcode f)
 {
         char const *got_socketpair = "no ";
         char const *hardlinks = "no ";