Changeset 167 for trunk/include/sh_unix.h
- Timestamp:
- Mar 15, 2008, 12:38:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_unix.h
r156 r167 90 90 /* use prelink */ 91 91 #define MODI_PREL (1 << 13) 92 /* get content */ 93 #define MODI_TXT (1 << 14) 94 95 #define SH_TXT_MAX 9200 92 96 93 97 #define MASK_ALLIGNORE_ 0 … … 140 144 time_t ctime; 141 145 142 char linkpath[PATH_MAX];146 char * link_path; 143 147 mode_t linkmode; 144 148 char link_c_mode[11];
Note:
See TracChangeset
for help on using the changeset viewer.