[BACK]Return to stringlist.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/stringlist.c between version 1.3 and 1.4

version 1.3, 2002/07/12 00:25:30 version 1.4, 2003/12/16 21:46:22
Line 32 
Line 32 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #if defined(LIBC_SCCS) && !defined(lint)  #if defined(LIBC_SCCS) && !defined(lint) && !defined(SMALL)
 static char *rcsid = "$OpenBSD$";  static char *rcsid = "$OpenBSD$";
 #endif /* LIBC_SCCS and not lint */  #endif /* LIBC_SCCS and not lint and not SMALL */
   
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>

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