diff options
| author | christos <christos@NetBSD.org> | 2006-08-26 18:17:41 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-08-26 18:17:41 +0000 |
| commit | cdab3a7a065313dbbaaed36ef839e4ba6aa88f88 (patch) | |
| tree | 0f0010f3285f7d191c44439d5763c761a0a2ca5e /usr.bin/find/function.c | |
| parent | d0fb89015b56d2b6a6b30ba0f70e30088de095fd (diff) | |
More programs using efun.
Diffstat (limited to 'usr.bin/find/function.c')
| -rw-r--r-- | usr.bin/find/function.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index fbbbf4c50a4..846df731e35 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -1,4 +1,4 @@ -/* $NetBSD: function.c,v 1.54 2006/05/10 21:53:20 mrg Exp $ */ +/* $NetBSD: function.c,v 1.55 2006/08/26 18:17:42 christos Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "from: @(#)function.c 8.10 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: function.c,v 1.54 2006/05/10 21:53:20 mrg Exp $"); +__RCSID("$NetBSD: function.c,v 1.55 2006/08/26 18:17:42 christos Exp $"); #endif #endif /* not lint */ @@ -59,6 +59,7 @@ __RCSID("$NetBSD: function.c,v 1.54 2006/05/10 21:53:20 mrg Exp $"); #include <string.h> #include <tzfile.h> #include <unistd.h> +#include <util.h> #include "find.h" #include "stat_flags.h" |
