[2685] in Kerberos_V5_Development
Re: const char * -> char *
daemon@ATHENA.MIT.EDU (Ken Hornstein)
Tue Oct 28 15:47:05 1997
To: Assar Westerlund <assar@sics.se>
Cc: krbdev@MIT.EDU
In-Reply-To: Your message of "28 Oct 1997 21:45:55 +0100."
<5ld8kp8vlo.fsf@assaris.pdc.kth.se>
Date: Tue, 28 Oct 1997 15:46:51 -0500
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
>Is it picky about `char *' vs `unsigned char *' vs `signed char *', as
>well?
Actually ... yes. (But only one way, and I _think_ it's signed to unsigned
that returns an error). The other way is just a warning.
--Ken