flush stdout before calling stderr
authorThomas Ferrin <tef@ucbvax.Berkeley.EDU>
Fri, 11 Sep 1987 00:22:01 +0000 (16:22 -0800)
committerThomas Ferrin <tef@ucbvax.Berkeley.EDU>
Fri, 11 Sep 1987 00:22:01 +0000 (16:22 -0800)
SCCS-vsn: sbin/disklabel/disklabel.c 5.10

usr/src/sbin/disklabel/disklabel.c

index 09fd842..b61cc7c 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)disklabel.c        5.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)disklabel.c        5.10 (Berkeley) %G%";
 /* from static char sccsid[] = "@(#)disklabel.c        1.2 (Symmetric) 11/28/85"; */
 #endif
 
 /* from static char sccsid[] = "@(#)disklabel.c        1.2 (Symmetric) 11/28/85"; */
 #endif
 
@@ -419,6 +419,7 @@ display(f, lp)
                        fprintf(f, ")\n");
                }
        }
                        fprintf(f, ")\n");
                }
        }
+       fflush(f);
 }
 
 edit(lp)
 }
 
 edit(lp)