summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/afs/src/arlad/dynroot.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/afs/src/arlad/dynroot.c b/usr.sbin/afs/src/arlad/dynroot.c
index a28e92738d1..826a360ae0d 100644
--- a/usr.sbin/afs/src/arlad/dynroot.c
+++ b/usr.sbin/afs/src/arlad/dynroot.c
@@ -44,7 +44,7 @@
#include <arla_local.h>
-RCSID("$Id: dynroot.c,v 1.1 2000/09/11 14:40:41 art Exp $");
+RCSID("$Id: dynroot.c,v 1.2 2002/04/25 22:55:40 espie Exp $");
struct create_entry {
fbuf *thedir; /* pointer to the fbuf that contains the dir */
@@ -245,7 +245,8 @@ dynroot_update_entry (FCacheEntry *entry, int32_t filetype)
static int
dynroot_get_node (FCacheEntry *entry)
{
- int ret, fd, len, rootnode;
+ int ret, fd, rootnode;
+ size_t len;
fbuf dir;
rootnode = entry->fid.fid.Vnode == DYNROOT_ROOTDIR ? 1 : 0;