[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.1 and 1.2

version 1.1, 1995/10/18 08:45:06 version 1.2, 1996/05/21 21:35:57
Line 39 
Line 39 
   
 #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.8 1995/09/28 07:34:39 perry Exp $";  static char rcsid[] = "$NetBSD: env.c,v 1.9 1996/05/07 18:32:22 jtc Exp $";
 #endif /* not lint */  #endif /* not lint */
   
 #include <err.h>  #include <err.h>
Line 58 
Line 58 
         char **argv;          char **argv;
 {  {
         extern char **environ;          extern char **environ;
         extern int errno, optind;          extern int optind;
         char **ep, *p;          char **ep, *p;
         char *cleanenv[1];          char *cleanenv[1];
         int ch;          int ch;

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