pagsiz.h must go....
[unix-history] / usr / src / usr.bin / tee / tee.c
index 06ef05c..d4b167f 100644 (file)
@@ -1,4 +1,6 @@
-static char *sccsid = "@(#)tee.c       4.2 (Berkeley) %G%";
+#ifndef lint
+static char *sccsid = "@(#)tee.c       4.3 (Berkeley) %G%";
+#endif
 /*
  * tee-- pipe fitting
  */
 /*
  * tee-- pipe fitting
  */
@@ -7,7 +9,6 @@ static char *sccsid = "@(#)tee.c        4.2 (Berkeley) %G%";
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>
-#include <pagsiz.h>
 
 #define        BUFSIZ  1024
 int openf[20] = { 1 };
 
 #define        BUFSIZ  1024
 int openf[20] = { 1 };