Raymond Toy pushed to branch issue-125-unix-stat-wrong at cmucl / cmucl
Commits:
-
834ff140
by Raymond Toy at 2022-08-23T15:29:31-07:00
1 changed file:
Changes:
... | ... | @@ -614,7 +614,7 @@ os_stat(const char* path, u_int64_t *dev, u_int64_t *ino, unsigned int *mode, u_ |
614 | 614 | return rc;
|
615 | 615 | }
|
616 | 616 |
|
617 | -#if 1
|
|
617 | +#if 0
|
|
618 | 618 | /*
|
619 | 619 | * Useful prints to see the actual size of the various
|
620 | 620 | * fields. Helpful for porting this to other OSes that we haven't
|