Raymond Toy pushed to branch issue-125-unix-stat-wrong at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/os-common.c
    ... ... @@ -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