Date: Wed, 7 Aug 2002 11:12:38 -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: <200208071812.g77ICcii042410@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gshapiro 2002/08/07 11:12:38 PDT
Modified files: (Branch: RELENG_4)
usr.sbin/crunch/crunchgen crunched_main.c
Log:
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
Revision Changes Path
1.6.6.1 +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?200208071812.g77ICcii042410>
