aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fold/fold.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2001-12-12 18:25:53 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2001-12-12 18:25:53 +0000
commita9c9a0d15feb61f61fbf9e9d36fa0b0229d5aa2c (patch)
tree95a82d20db6bb5315e6381c350a3578911591ae8 /usr.bin/fold/fold.c
parent93b3633be5a539b3d5806e62d37684c36d95d5ae (diff)
downloadsrc-a9c9a0d15feb61f61fbf9e9d36fa0b0229d5aa2c.tar.gz
src-a9c9a0d15feb61f61fbf9e9d36fa0b0229d5aa2c.zip
Make clear that -w gets an argument. Add __FBSDID and remove unused
#include
Notes
Notes: svn path=/head/; revision=87751
Diffstat (limited to 'usr.bin/fold/fold.c')
-rw-r--r--usr.bin/fold/fold.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c
index e402ae5bb316..48f6c721aa73 100644
--- a/usr.bin/fold/fold.c
+++ b/usr.bin/fold/fold.c
@@ -44,14 +44,14 @@ static const char copyright[] =
#if 0
static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <unistd.h>
#define DEFLINEWIDTH 80