[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.2 and 1.3

version 1.2, 1995/12/22 19:02:55 version 1.3, 1996/06/26 05:34:39
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*-  /*-
  * Copyright (c) 1991 The Regents of the University of California.   * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.   * All rights reserved.
Line 43 
Line 45 
   
 #ifndef lint  #ifndef lint
 /*static char sccsid[] = "from: @(#)join.c      5.1 (Berkeley) 11/18/91";*/  /*static char sccsid[] = "from: @(#)join.c      5.1 (Berkeley) 11/18/91";*/
 static char rcsid[] = "$Id$";  static char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <sys/types.h>  #include <sys/types.h>

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