From 71928f99ec3b0f5984d83438da266c7ef97afb5a Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Wed, 2 Feb 2011 05:26:26 +0000 Subject: It is still not the 80s anymore -- remove all caddr_ts --- lib/ZParseNot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ZParseNot.c b/lib/ZParseNot.c index d610049..9143a12 100644 --- a/lib/ZParseNot.c +++ b/lib/ZParseNot.c @@ -308,7 +308,7 @@ ZParseNotice(char *buffer, if (numfields || *(ptr - 1) != '\0') BAD_PACKET("end of headers"); - notice->z_message = (caddr_t) ptr; + notice->z_message = (void *)ptr; notice->z_message_len = len-(ptr-buffer); return (ZERR_NONE); -- cgit v1.2.3