s/struct entry/Entry/

This commit is contained in:
Kurt Zeilenga 1999-07-19 21:08:59 +00:00
parent 598c472bf9
commit b2937bee5b

View file

@ -25,8 +25,8 @@ struct ldbm_entry_info {
#define CACHE_ENTRY_DELETED 3
int lei_refcnt; /* # threads ref'ing this entry */
struct entry *lei_lrunext; /* for cache lru list */
struct entry *lei_lruprev;
Entry *lei_lrunext; /* for cache lru list */
Entry *lei_lruprev;
};
#define LEI(e) ((struct ldbm_entry_info *) ((e)->e_private))