aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lam
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-02 10:09:20 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-02 10:09:20 +0000
commitef636796f6443dbb7214182450240bba4ddd515f (patch)
treea138378761890dfbbb922442dc23d824a9740d2d /usr.bin/lam
parentdaaf5759104f210a9315f49f80f1e0f01a8b3bff (diff)
downloadsrc-ef636796f6443dbb7214182450240bba4ddd515f.tar.gz
src-ef636796f6443dbb7214182450240bba4ddd515f.zip
ANSIfy various tools in usr.bin/.
Most of these tools properly build at WARNS=6, except for their K&R function declarations. Fix this, so we can bump WARNS as well.
Notes
Notes: svn path=/head/; revision=201382
Diffstat (limited to 'usr.bin/lam')
-rw-r--r--usr.bin/lam/lam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c
index 333549fe17a1..0cb681a28fc1 100644
--- a/usr.bin/lam/lam.c
+++ b/usr.bin/lam/lam.c
@@ -221,7 +221,7 @@ gatherline(struct openfile *ip)
}
static void
-usage()
+usage(void)
{
fprintf(stderr, "%s\n%s\n",
"usage: lam [ -f min.max ] [ -s sepstring ] [ -t c ] file ...",