]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
undo-flexelint-screwage-20040101
authorDerrick Brashear <shadow@dementia.org>
Thu, 1 Jan 2004 07:58:38 +0000 (07:58 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 1 Jan 2004 07:58:38 +0000 (07:58 +0000)
irix cc wants this prototype

src/dir/dir.c

index 545732895785886df235c5b4a21d56dac95f7514..80cbe52f0225ef322c650af0823d73a6b615f78a 100644 (file)
@@ -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"