IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3364


Ignore:
Timestamp:
Mar 2, 2005, 7:56:23 AM (21 years ago)
Author:
eugene
Message:

initialized filemode

File:
1 edited

Legend:

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

    r2821 r3364  
    7373  /* initial values at -1, close if the are set to another value */
    7474  fd = flock = -1;
    75 
     75  filemode = S_IRUSR | S_IRGRP | S_IROTH;
    7676  file = path = lockname = (char *) NULL;
    7777  gettimeofday (&then, (void *) NULL);
Note: See TracChangeset for help on using the changeset viewer.