diff options
author | Karl Ramm <kcr@1ts.org> | 2011-02-02 05:26:26 +0000 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2011-02-02 05:26:26 +0000 |
commit | 71928f99ec3b0f5984d83438da266c7ef97afb5a (patch) | |
tree | dd57f77793dc4495dd085d0342ceef599f53b81a /h | |
parent | b24cbe87f78de4fda81ed0fc5502275e77d51a28 (diff) |
It is still not the 80s anymore -- remove all caddr_ts
Diffstat (limited to 'h')
-rw-r--r-- | h/zephyr/zephyr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |