source:
trunk/tools/bin/cpio.diff@
179
Last change on this file since 179 was 108, checked in by , 15 years ago | |
---|---|
File size: 651 bytes |
-
makepath.c
old new 127 127 } 128 128 129 129 slash = dirpath; 130 #ifdef __MSDOS__ 131 /* Skip the drive letter, no need to create it. */ 132 if (isalpha(slash[0]) && slash[1] == ':') 133 slash += 2; 134 #endif 130 135 while (*slash == '/') 131 136 slash++; 132 137 while ((slash = index (slash, '/'))) … … 137 142 #endif 138 143 *slash = '\0'; 139 144 if (stat (dirpath, &stats)) 140 145 { 141 146 #ifdef HPUX_CDF 142 147 /* If this component of the pathname ends in `+' and is 143 148 followed by 2 `/'s, then this is a CDF. We remove the
Note:
See TracBrowser
for help on using the repository browser.