From af4412fd5a0bc68e3b2587da10a0e92a9f1b55c6 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Fri, 24 Sep 1993 12:17:38 +0000 Subject: Use _BZERO,_BCOPY,_BCMP macros in lieu of the functions. These are declared in to be either the BSD routine or the ANSI routines, depending on the system type. --- lib/ZCkAuth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ZCkAuth.c') diff --git a/lib/ZCkAuth.c b/lib/ZCkAuth.c index 1be961b..9fc6b5b 100644 --- a/lib/ZCkAuth.c +++ b/lib/ZCkAuth.c @@ -64,7 +64,7 @@ int ZCheckAuthentication(notice, from) SERVER_INSTANCE, from->sin_addr.s_addr, &dat, srvtab); if (result == RD_AP_OK) { - bcopy((char *)dat.session, (char *)__Zephyr_session, + _BCOPY((char *)dat.session, (char *)__Zephyr_session, sizeof(C_Block)); (void) sprintf(srcprincipal, "%s%s%s@%s", dat.pname, dat.pinst[0]?".":"", dat.pinst, dat.prealm); -- cgit v1.2.3