[30] in Kerberos-V5-bugs
re: bcopy vs. memcpy
daemon@ATHENA.MIT.EDU (John T Kohl)
Thu Oct 18 16:13:32 1990
Date: Thu, 18 Oct 90 16:09:59 -0400
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: krb5-testers@ATHENA.MIT.EDU, sommerfeld@apollo.com
In-Reply-To: [29]
>Point 2: does anyone besides me think that kerberos V5 should use the
>ANSI-C "mem*" functions instead of the less-standard BSD
>"bcopy/bcmp/bzero"?
EWOULDBENICE... this is on the list of things to clean up before final
release. I use bcopy/bcmp/bzero since I know the argument order, and I
haven't had the chance to retrain my mind to understand the mem* stuff.
John