From 47eac162efd4d6cce9aa7207095a0980f16ca1e1 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 1 Jan 2004 07:58:38 +0000 Subject: [PATCH] undo-flexelint-screwage-20040101 irix cc wants this prototype --- src/dir/dir.c | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.39.5