1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-04 09:01:06 +01:00

compare mapped zwc files using stat instead of the pathnames (10699)

This commit is contained in:
Sven Wischnowsky 2000-04-12 13:06:18 +00:00
parent 4a3b94ca40
commit c80d9e45e6
3 changed files with 23 additions and 12 deletions

View file

@ -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 */