get rid of sobuf
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 3 Jun 1988 10:19:53 +0000 (02:19 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 3 Jun 1988 10:19:53 +0000 (02:19 -0800)
SCCS-vsn: usr.bin/pascal/pxp/main.c 5.3

usr/src/usr.bin/pascal/pxp/main.c

index 4e84c10..c212365 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     5.3 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -199,9 +199,6 @@ usage:
                if (freopen(stdoutn, "w", stdout) == NULL)
 bad:
                        perror(stdoutn), exit(1);
                if (freopen(stdoutn, "w", stdout) == NULL)
 bad:
                        perror(stdoutn), exit(1);
-       } else {
-               extern char _sobuf[BUFSIZ];
-               setbuf(stdout, _sobuf);
        }
        if (profile || opt('l')) {
                opt('n')++;
        }
        if (profile || opt('l')) {
                opt('n')++;