K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2002-08-07T18:12:38.000000Z K 7 svn:log V 435 MFC: 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. Revision Changes Path 1.7 +4 -2 src/usr.sbin/crunch/crunchgen/crunched_main.c END