BSD 4_3 release
[unix-history] / usr / src / ucb / Mail / fmt.c
index c194414..e53df4f 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char *copyright =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)fmt.c      2.2 (Berkeley) 8/11/83";
-#endif
+static char *sccsid = "@(#)fmt.c       5.2 (Berkeley) 6/21/85";
+#endif not lint
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
@@ -34,14 +46,12 @@ main(argc, argv)
 {
        register FILE *fi;
        register int errs = 0;
 {
        register FILE *fi;
        register int errs = 0;
-       char sobuf[BUFSIZ];
        register char *cp;
        int nofile;
 
        setout();
        lineno = 1;
        mark = -10;
        register char *cp;
        int nofile;
 
        setout();
        lineno = 1;
        mark = -10;
-       setbuf(stdout, sobuf);
        if (argc < 2) {
 single:
                fmt(stdin);
        if (argc < 2) {
 single:
                fmt(stdin);