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

Diff for /src/usr.bin/env/env.c between version 1.2 and 1.3

version 1.2, 1996/05/21 21:35:57 version 1.3, 1996/06/26 05:32:40
Line 1 
Line 1 
   /*      $OpenBSD$       */
   
 /*  /*
  * Copyright (c) 1988, 1993, 1994   * Copyright (c) 1988, 1993, 1994
  *      The Regents of the University of California.  All rights reserved.   *      The Regents of the University of California.  All rights reserved.
Line 39 
Line 41 
   
 #ifndef lint  #ifndef lint
 /*static char sccsid[] = "@(#)env.c     8.3 (Berkeley) 4/2/94";*/  /*static char sccsid[] = "@(#)env.c     8.3 (Berkeley) 4/2/94";*/
 static char rcsid[] = "$NetBSD: env.c,v 1.9 1996/05/07 18:32:22 jtc Exp $";  static char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <err.h>  #include <err.h>

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