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 --- h/zephyr/zephyr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h') diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h index 99874fd..536175a 100644 --- a/h/zephyr/zephyr.h +++ b/h/zephyr/zephyr.h @@ -111,7 +111,7 @@ typedef struct _ZNotice_t { char *z_ascii_checksum; int z_num_other_fields; char *z_other_fields[Z_MAXOTHERFIELDS]; - caddr_t z_message; + char *z_message; int z_message_len; int z_num_hdr_fields; char **z_hdr_fields; -- cgit v1.2.3