diff options
| author | christos <christos@NetBSD.org> | 1998-11-06 23:21:01 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1998-11-06 23:21:01 +0000 |
| commit | 3f852e73e19b962bd47ad091df30effe9332f6eb (patch) | |
| tree | 98a508a9f11b478f97311a36cefb2ae11aebef50 /usr.bin/find/function.c | |
| parent | c3203395bd6a769752a91e1866f1717249dd65b2 (diff) | |
we don't need sys/ucred.h
Diffstat (limited to 'usr.bin/find/function.c')
| -rw-r--r-- | usr.bin/find/function.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 2e77d76ec49..3ac906dbc83 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -1,4 +1,4 @@ -/* $NetBSD: function.c,v 1.25 1998/10/14 00:50:43 wsanchez Exp $ */ +/* $NetBSD: function.c,v 1.26 1998/11/06 23:21:01 christos Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -41,12 +41,11 @@ #if 0 static char sccsid[] = "from: @(#)function.c 8.10 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: function.c,v 1.25 1998/10/14 00:50:43 wsanchez Exp $"); +__RCSID("$NetBSD: function.c,v 1.26 1998/11/06 23:21:01 christos Exp $"); #endif #endif /* not lint */ #include <sys/param.h> -#include <sys/ucred.h> #include <sys/stat.h> #include <sys/wait.h> #include <sys/mount.h> |
