diff options
Diffstat (limited to 'src/if_cscope_defs.h')
-rw-r--r-- | src/if_cscope_defs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/if_cscope_defs.h b/src/if_cscope_defs.h index 7a60da20dd..3c64067795 100644 --- a/src/if_cscope_defs.h +++ b/src/if_cscope_defs.h @@ -51,10 +51,9 @@ typedef struct csi { char * flags; /* additional cscope flags/options (e.g, -p2) */ #if defined(UNIX) pid_t pid; /* PID of the connected cscope process. */ - dev_t st_dev; /* ID of dev containing cscope db */ - ino_t st_ino; /* inode number of cscope db */ -#else #endif + uint64_t st_dev; /* ID of dev containing cscope db */ + uint64_t st_ino; /* inode number of cscope db */ FILE * fr_fp; /* from cscope: FILE. */ FILE * to_fp; /* to cscope: FILE. */ |