Searched hist:101341 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/crunch/crunchgen/
H A Dcrunched_main.cdiff 101341 Sun Aug 04 20:14:44 MDT 2002 gshapiro 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

Completed in 40 milliseconds