[1658] in Kerberos

home help back first fref pref prev next nref lref last post

Re: Sparc failing compile.

daemon@ATHENA.MIT.EDU (Geoff Collyer)
Tue Dec 3 22:15:23 1991

Date: 4 Dec 91 02:24:42 GMT
From: geoff@world.std.com (Geoff Collyer)
To: kerberos@shelby.Stanford.EDU

>		  execl("/bin/ld", "ld", "-o", o_file+5, "-s", "-r", "-n",
>			z_file+5, 0);

Don't forget to add the missing cast that is needed on some architectures
and compilers, while you're fixing this code:

	  execl("/bin/ld", "ld", "-o", o_file+5, "-s", "-r", "-n",
		z_file+5, (char *)0);
-- 
Geoff Collyer		world.std.com!geoff, uunet.uu.net!geoff

home help back first fref pref prev next nref lref last post