K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2002-08-04T22:14:44.000000Z K 7 svn:log V 336 Pass envp to crunched program's main() routines as some depend on it. Note that crunchgen's stub .c programs already have the code to use it: "int _crunched_%s_stub(int argc, char **argv, char **envp)" "{return main(argc,argv,envp);}\" >%s_stub.c\n", Add $FreeBSD$ to allow the commit. Reviewed by: luigi MFC after: 3 days END