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/autoexec.c | |
parent | 9efd76fbfee31678bd5cf9b13a6a2f6ac3280f38 (diff) |
add missing /* ARGSUSED */ to quiet lint.
Diffstat (limited to 'usr.bin/mg/autoexec.c')
-rw-r--r-- | usr.bin/mg/autoexec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mg/autoexec.c b/usr.bin/mg/autoexec.c index 94784db8383..23aeb3ec38a 100644 --- a/usr.bin/mg/autoexec.c +++ b/usr.bin/mg/autoexec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoexec.c,v 1.9 2005/10/13 20:28:49 deraadt Exp $ */ +/* $OpenBSD: autoexec.c,v 1.10 2005/10/14 19:46:46 kjell Exp $ */ /* this file is in the public domain */ /* Author: Vincent Labrecque <vincent@openbsd.org> April 2002 */ @@ -80,6 +80,7 @@ add_autoexec(const char *pattern, const char *func) return (TRUE); } +/* ARGSUSED */ int auto_execute(int f, int n) { |