Date: Sun, 4 Aug 2002 15:14:44 -0700 (PDT) From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunched_main.c Message-ID: <200208042214.g74MEi0x033385@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gshapiro 2002/08/04 15:14:44 PDT
Modified files:
usr.sbin/crunch/crunchgen crunched_main.c
Log:
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
Revision Changes Path
1.7 +4 -2 src/usr.sbin/crunch/crunchgen/crunched_main.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208042214.g74MEi0x033385>
