1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00

Fixed -Wall regression (broken in rev.1.12). Removed unused includes.

This commit is contained in:
Bruce Evans 1998-12-07 10:25:48 +00:00
parent 9776f3dbad
commit b98f433d36
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41580

View File

@ -36,13 +36,13 @@
static char sccsid[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94";
#endif
static const char rcsid[] =
"$Id: fmt.c,v 1.11 1998/05/15 06:29:15 charnier Exp $";
"$Id: fmt.c,v 1.12 1998/06/17 11:33:10 jkoshy Exp $";
#endif /* not lint */
#include <sys/param.h>
#include <sys/syslimits.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>