[BACK]Return to seekdir.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/seekdir.c between version 1.2 and 1.3

version 1.2, 1994/07/27 14:37:43 version 1.3, 1994/07/27 14:39:51
Line 32 
Line 32 
  */   */
   
 #if defined(LIBC_SCCS) && !defined(lint)  #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)seekdir.c   8.1 (Berkeley) 6/4/93";  /*static char sccsid[] = "from: @(#)seekdir.c   8.1 (Berkeley) 6/4/93";*/
   static char rcsid[] = "$Id$";
 #endif /* LIBC_SCCS and not lint */  #endif /* LIBC_SCCS and not lint */
   
 #include <sys/param.h>  #include <sys/param.h>

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

CVSweb <webmaster@jp.NetBSD.org>