- Notifications
You must be signed in to change notification settings - Fork5
Commitec6feaa
committed
Under Win32, stat() returns an st_ino field, but it has no meaning (on
Win2K, and possibly all Win32 variants, it is always 0). This causes anumber of problems in the dfmgr.c logic, which basically all revolvearound the fact that *any* two files will appear to have the same inode.Claudio Natoli1 parent51b363e commitec6feaa
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
| 35 | + | |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
| |||
43 | 45 |
| |
44 | 46 |
| |
45 | 47 |
| |
| 48 | + | |
| 49 | + | |
46 | 50 |
| |
| 51 | + | |
| 52 | + | |
| 53 | + | |
47 | 54 |
| |
48 | 55 |
| |
49 | 56 |
| |
| |||
121 | 128 |
| |
122 | 129 |
| |
123 | 130 |
| |
| 131 | + | |
124 | 132 |
| |
| 133 | + | |
125 | 134 |
| |
126 | 135 |
| |
127 | 136 |
| |
|
0 commit comments
Comments
(0)