IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4604


Ignore:
Timestamp:
Jul 24, 2005, 8:29:40 PM (21 years ago)
Author:
eugene
Message:

fprint does not return nbytes until fclose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/src/glockfile.c

    r3649 r4604  
    119119    fseek (flock, 0, SEEK_SET);
    120120    nbytes = fprintf (flock, "BUSY\n");
     121
     122    /*
    121123    if (nbytes != 5) {
    122124      *state = LCK_HARDCLOSE;
    123125      goto failure;
    124     }
     126      } */
    125127   
    126128    /* now fclose lockfile (also unlocks file) */
Note: See TracChangeset for help on using the changeset viewer.