change pipesize to BUFSIZ since incore pipes are smaller
authorKirk McKusick <mckusic@ucbvax.Berkeley.EDU>
Sat, 20 Jun 1981 04:20:33 +0000 (20:20 -0800)
committerKirk McKusick <mckusic@ucbvax.Berkeley.EDU>
Sat, 20 Jun 1981 04:20:33 +0000 (20:20 -0800)
SCCS-vsn: usr.bin/pascal/px/int.c 1.4

usr/src/usr.bin/pascal/px/int.c

index 3a490aa..072e166 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 /* Copyright (c) 1979 Regents of the University of California */
 
-static char sccsid[] = "@(#)int.c 1.3 %G%";
+static char sccsid[] = "@(#)int.c 1.4 %G%";
 
 /*
  * px - interpreter for Berkeley Pascal
 
 /*
  * px - interpreter for Berkeley Pascal