find: fix warnings + error

This commit is contained in:
Ben Gras 2010-06-09 12:53:51 +00:00
parent ac34bfd42b
commit 61db813ff6
3 changed files with 3 additions and 8 deletions

View file

@ -48,12 +48,14 @@
#include <inttypes.h>
#include <limits.h>
#include <pwd.h>
#include <grp.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <tzfile.h>
#include <unistd.h>
#include <util.h>
#include <pwd.h>
#include "find.h"

View file

@ -47,6 +47,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <fcntl.h>
#include <pwd.h>
#include <sys/statfs.h>
#include "find.h"

View file

@ -33,14 +33,6 @@
*/
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "from: @(#)operator.c 8.1 (Berkeley) 6/6/93";
#else
__RCSID("$NetBSD: operator.c,v 1.9 2006/10/11 19:51:10 apb Exp $");
#endif
#endif /* not lint */
#include <sys/types.h>
#include <err.h>