summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ZParseNot.c2
1 files changed, 1 insertions, 1 deletions
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);