git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
49b42ef
)
undo-flexelint-screwage-20040101
author
Derrick Brashear
<shadow@dementia.org>
Thu, 1 Jan 2004 07:58:38 +0000 (07:58 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Thu, 1 Jan 2004 07:58:38 +0000 (07:58 +0000)
irix cc wants this prototype
src/dir/dir.c
patch
|
blob
|
history
diff --git
a/src/dir/dir.c
b/src/dir/dir.c
index
5457328
..
80cbe52
100644
(file)
--- 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"