summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/reverse.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tail/reverse.c')
-rw-r--r--usr.bin/tail/reverse.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c
index 0a07f4f..4b66f55 100644
--- a/usr.bin/tail/reverse.c
+++ b/usr.bin/tail/reverse.c
@@ -35,7 +35,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>
@@ -224,7 +228,7 @@ r_buf(fp)
}
if (enomem) {
- warnx("warning: %ld bytes discarded\n", enomem);
+ warnx("warning: %ld bytes discarded", enomem);
rval = 1;
}
OpenPOWER on IntegriCloud