Parent Directory
|
Revision Log
|
Patch
revision 1904 by msalle, Tue Aug 24 12:36:17 2010 UTC | revision 1905 by msalle, Tue Aug 31 12:44:47 2010 UTC | |
---|---|---|
# | Line 102 int raise_priv(uid_t euid, gid_t egid) { | Line 102 int raise_priv(uid_t euid, gid_t egid) { |
102 | */ | */ |
103 | int cgul_filelock(int fd, int lock_type, int action) { | int cgul_filelock(int fd, int lock_type, int action) { |
104 | struct flock lck_struct; | struct flock lck_struct; |
105 | int rc1,rc2,lck; | int rc1,rc2; |
106 | #ifndef sun | |
107 | int lck; | |
108 | #endif | |
109 | ||
110 | /* Can have multiple lock_types */ | /* Can have multiple lock_types */ |
111 |
|
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |