"Jacques A. Vidrine" <[EMAIL PROTECTED]> writes:
> On Tue, Feb 18, 2003 at 12:01:29PM +0100, Dag-Erling Smorgrav wrote:
> > The code that fails to compile is blatantly wrong:
> > 
> >     memset(schedule, 0, sizeof(schedule));
> I wouldn't say `blantantly'.  The expressions `schedule' and
> `&schedule' are equivalent when `schedule' is an array type.

...but Key_schedule is an opaque type, so it is not correct to assume
it's an array.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to