From: Derrick Brashear Date: Thu, 1 Jan 2004 07:58:38 +0000 (+0000) Subject: undo-flexelint-screwage-20040101 X-Git-Tag: openafs-devel-1_3_60~112 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=47eac162efd4d6cce9aa7207095a0980f16ca1e1;p=packages%2Fo%2Fopenafs.git undo-flexelint-screwage-20040101 irix cc wants this prototype --- diff --git a/src/dir/dir.c b/src/dir/dir.c index 545732895..80cbe52f0 100644 --- a/src/dir/dir.c +++ b/src/dir/dir.c @@ -81,6 +81,10 @@ RCSID #ifndef AFS_LINUX20_ENV #include "netinet/in.h" #endif + +/* Irix needs this */ +struct DirEntry *DRead(); + #else /* !defined(UKERNEL) */ #include "afs/stds.h" #include "afs/sysincludes.h"