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/ZRecvNot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ZRecvNot.c') diff --git a/lib/ZRecvNot.c b/lib/ZRecvNot.c index e84e7cd..c59a603 100644 --- a/lib/ZRecvNot.c +++ b/lib/ZRecvNot.c @@ -42,7 +42,7 @@ Code_t ZReceiveNotice(notice, from) if (from) *from = nextq->from; - bcopy(nextq->packet, buffer, len); + _BCOPY(nextq->packet, buffer, len); Z_RemQueue(nextq); -- cgit v1.2.3