replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
[tprouty/samba.git] / source / torture / torture.c
index 912abf07f250435e47048870e7fe4f5f69eb725e..292a4d61e07000ca407d357213abe31e700d3224 100644 (file)
@@ -3077,11 +3077,11 @@ static void usage(void)
        int gotpass = 0;
        extern char *optarg;
        extern int optind;
-       extern FILE *dbf;
+       extern XFILE *dbf;
        static pstring servicesf = CONFIGFILE;
        BOOL correct = True;
 
-       dbf = stdout;
+       dbf = x_stdout;
 
 #ifdef HAVE_SETBUFFER
        setbuffer(stdout, NULL, 0);