[BACK]Return to lockf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/lockf.c between version 1.3 and 1.4

version 1.3, 2008/04/28 20:22:59 version 1.4, 2012/06/25 22:32:43
Line 45  __weak_alias(lockf,_lockf)
Line 45  __weak_alias(lockf,_lockf)
   
   
 int  int
 lockf(filedes, function, size)  lockf(int filedes, int function, off_t size)
         int filedes;  
         int function;  
         off_t size;  
 {  {
         struct flock fl;          struct flock fl;
         int cmd;          int cmd;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>