[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.1 and 1.2

version 1.1, 1997/12/20 20:23:18 version 1.2, 2000/01/22 22:19:11
Line 47  __RCSID("$NetBSD$");
Line 47  __RCSID("$NetBSD$");
 #include <unistd.h>  #include <unistd.h>
   
 #ifdef __weak_alias  #ifdef __weak_alias
 __weak_alias(lockf,_lockf);  __weak_alias(lockf,_lockf)
 #endif  #endif
   
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>