diff --git a/src/sys/ubixfs/dirCache.c b/src/sys/ubixfs/dirCache.c index 41a880f..dbdcf31 100644 --- a/src/sys/ubixfs/dirCache.c +++ b/src/sys/ubixfs/dirCache.c @@ -126,7 +126,7 @@ } /* while */ return NULL; /* couldn't find it */ -} /* ubixfs_dirCacheFind */ +} /* ubixfs_cacheFind */ struct cacheNode * ubixfs_cacheNew(const char * name) { @@ -140,10 +140,10 @@ tmp->name = (char *)kmalloc(strlen(name)); strcpy(tmp->name, name); return tmp; -} /* ubixfs_dirCacheNew */ +} /* ubixfs_cacheNew */ void -ubixfs_dirCacheDelete(struct cacheNode ** head) { +ubixfs_cacheDelete(struct cacheNode ** head) { struct cacheNode * tmp = NULL; struct cacheNode * del = NULL; @@ -202,6 +202,9 @@ /*** $Log$ + Revision 1.13 2004/07/21 22:40:27 flameshadow + weird + Revision 1.12 2004/07/21 22:18:37 flameshadow chg: renamed subDirsHead/Tail members of cacheNode to fileListHead/Tail @@ -221,6 +224,9 @@ Revision 1.5 2004/07/20 19:21:30 reddawg You like leaving out $Log$ + You like leaving out Revision 1.13 2004/07/21 22:40:27 flameshadow + You like leaving out weird + You like leaving out You like leaving out Revision 1.12 2004/07/21 22:18:37 flameshadow You like leaving out chg: renamed subDirsHead/Tail members of cacheNode to fileListHead/Tail You like leaving out