From 515e7a50ee7bbc1f74c582997bb4e874b2497ae0 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 29 Jun 1988 12:40:24 +0000 Subject: auditing changes --- lib/ZRecvPkt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ZRecvPkt.c') diff --git a/lib/ZRecvPkt.c b/lib/ZRecvPkt.c index 964854d..e198530 100644 --- a/lib/ZRecvPkt.c +++ b/lib/ZRecvPkt.c @@ -6,7 +6,7 @@ * $Source$ * $Author$ * - * Copyright (c) 1987 by the Massachusetts Institute of Technology. + * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file * "mit-copyright.h". */ @@ -42,7 +42,7 @@ Code_t ZReceivePacket(buffer, ret_len, from) if (from) *from = nextq->from; - (void) Z_RemQueue(nextq); + Z_RemQueue(nextq); return (ZERR_NONE); } -- cgit v1.2.3