From 45ef618c8faa07655ec2a8a844b7fdeef0036f02 Mon Sep 17 00:00:00 2001 From: Kjell Wooding Date: Fri, 14 Oct 2005 19:46:47 +0000 Subject: add missing /* ARGSUSED */ to quiet lint. --- usr.bin/mg/autoexec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/mg/autoexec.c') 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 April 2002 */ @@ -80,6 +80,7 @@ add_autoexec(const char *pattern, const char *func) return (TRUE); } +/* ARGSUSED */ int auto_execute(int f, int n) { -- cgit v1.2.3