From 5839b84db8fa4a49976868786c93b29df9c4d568 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Sun, 15 Sep 1996 09:32:02 +0000 Subject: Remove dead code Remove unused variables Silence some warnings lint(1) is your friend --- lib/libc/gmon/gmon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/gmon/gmon.c') diff --git a/lib/libc/gmon/gmon.c b/lib/libc/gmon/gmon.c index 8ad2fc74a0b..64c41686d41 100644 --- a/lib/libc/gmon/gmon.c +++ b/lib/libc/gmon/gmon.c @@ -32,7 +32,7 @@ */ #if !defined(lint) && defined(LIBC_SCCS) -static char rcsid[] = "$OpenBSD: gmon.c,v 1.6 1996/09/05 12:29:12 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: gmon.c,v 1.7 1996/09/15 09:31:12 tholo Exp $"; #endif #include @@ -42,6 +42,7 @@ static char rcsid[] = "$OpenBSD: gmon.c,v 1.6 1996/09/05 12:29:12 deraadt Exp $" #include #include +#include #include #include #include -- cgit v1.2.3