r8305 made platform_x11_best_transport[] obsolete, but there still seem to be a
[u/mdw/putty] / mac / macmisc.c
index 2d976e7..a1a88f5 100644 (file)
@@ -156,7 +156,7 @@ int filename_is_null(Filename fn)
     return fn.fss.vRefNum == 0 && fn.fss.parID == 0 && fn.fss.name[0] == 0;
 }
 
-FILE *f_open(Filename fn, char const *mode)
+FILE *f_open(Filename fn, char const *mode, int is_private)
 {
     short savevol;
     long savedir;
@@ -194,7 +194,7 @@ struct tm ltime(void)
     return tm;
 }
 
-const char platform_x11_best_transport[] = "localhost";
+const int platform_uses_x11_unix_by_default = FALSE;
 
 char *platform_get_x_display(void) {
     return NULL;