BSD 4_3 release
[unix-history] / usr / src / usr.bin / learn / lrntee.c
index 4de2d52..6a6dd02 100644 (file)
@@ -1,10 +1,11 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)lrntee.c   4.2     (Berkeley)      4/26/83";
+static char sccsid[] = "@(#)lrntee.c   4.3     (Berkeley)      5/15/86";
 #endif not lint
 
 main()
 {
 #endif not lint
 
 main()
 {
-       int f, c;
+       int f;
+       char c;
 
        f = creat(".ocopy", 0666);
        while (read(0, &c, 1) == 1) {
 
        f = creat(".ocopy", 0666);
        while (read(0, &c, 1) == 1) {