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

Diff for /src/usr.bin/join/join.c between version 1.12 and 1.13

version 1.12, 1999/07/23 23:37:34 version 1.13, 2001/01/29 01:57:59
Line 1 
Line 1 
 /* $Id$ */  /* $OpenBSD$    */
   
 /*-  /*-
  * Copyright (c) 1991, 1993, 1994   * Copyright (c) 1991, 1993, 1994
Line 45 
Line 45 
   
 #ifndef lint  #ifndef lint
 /*static char sccsid[] = "@(#)join.c    8.6 (Berkeley) 5/4/95"; */  /*static char sccsid[] = "@(#)join.c    8.6 (Berkeley) 5/4/95"; */
 static char rcsid[] = "$Id$";  static char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/param.h>  #include <sys/param.h>

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13