From c80d9e45e6e2066103da224276eefcf04a523988 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 12 Apr 2000 13:06:18 +0000 Subject: compare mapped zwc files using stat instead of the pathnames (10699) --- Src/zsh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src/zsh.h') diff --git a/Src/zsh.h b/Src/zsh.h index 6c5c9122d..5d1a8b1c8 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -487,7 +487,8 @@ typedef struct eprog *Eprog; struct funcdump { FuncDump next; /* next in list */ - char *name; /* path name */ + dev_t dev; /* device */ + ino_t ino; /* indoe number */ int fd; /* file descriptor */ Wordcode map; /* pointer to header */ Wordcode addr; /* mapped region */ -- cgit 1.4.1