From 9299db4d45f255b8fe176a23e4b33db8d85f5508 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 21 May 2024 05:00:49 +0000 Subject: remove prototypes with no matching function and externs with no var partly checked by millert@ --- usr.sbin/ac/ac.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/ac') diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c index 1dac33b2809..2f0d043d529 100644 --- a/usr.sbin/ac/ac.c +++ b/usr.sbin/ac/ac.c @@ -89,7 +89,6 @@ int do_tty(char *); FILE *file(char *); struct utmp_list *log_in(struct utmp_list *, struct utmp *); struct utmp_list *log_out(struct utmp_list *, struct utmp *); -int on_console(struct utmp_list *); void show(char *, time_t); void show_today(struct user_list *, struct utmp_list *, time_t); -- cgit v1.2.3