summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2011-02-02 05:26:26 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2011-02-02 05:26:26 +0000
commit71928f99ec3b0f5984d83438da266c7ef97afb5a (patch)
treedd57f77793dc4495dd085d0342ceef599f53b81a /lib
parentb24cbe87f78de4fda81ed0fc5502275e77d51a28 (diff)
It is still not the 80s anymore -- remove all caddr_ts
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);