From 832e8b7f9a7422b49453b7e389ec411d3037a50f Mon Sep 17 00:00:00 2001 From: nectar Date: Sun, 16 Feb 2003 17:29:11 +0000 Subject: Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5 --- lib/libc/stdio/mktemp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdio/mktemp.c') diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index ca99cf6..3bfad9d 100644 --- a/lib/libc/stdio/mktemp.c +++ b/lib/libc/stdio/mktemp.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93"; #include __FBSDID("$FreeBSD$"); -/* #include "namespace.h" */ +#include "namespace.h" #include #include #include @@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$"); #include #include #include -/* #include "un-namespace.h" */ +#include "un-namespace.h" char *_mktemp(char *); -- cgit v1.1