diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-10-14 19:46:47 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2005-10-14 19:46:47 +0000 |
commit | 45ef618c8faa07655ec2a8a844b7fdeef0036f02 (patch) | |
tree | e99b6e836052daa589c73dcf97b401a952a1ba0a /usr.bin/mg/theo.c | |
parent | 9efd76fbfee31678bd5cf9b13a6a2f6ac3280f38 (diff) |
add missing /* ARGSUSED */ to quiet lint.
Diffstat (limited to 'usr.bin/mg/theo.c')
-rw-r--r-- | usr.bin/mg/theo.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index d5d036b77b6..cf3a4e1db8d 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.90 2005/10/14 15:41:33 deraadt Exp $ */ +/* $OpenBSD: theo.c,v 1.91 2005/10/14 19:46:46 kjell Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -52,6 +52,7 @@ theo_init(void) maps_add((KEYMAP *)&theomap, "theo"); } +/* ARGSUSED */ static int theo(int f, int n) { @@ -181,6 +182,7 @@ static const char *talk[] = { static const int ntalk = sizeof(talk)/sizeof(talk[0]); +/* ARGSUSED */ static int theo_analyze(int f, int n) { |