summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/gencat/gencat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gencat/gencat.c b/usr.bin/gencat/gencat.c
index 119c5e3..306f48d 100644
--- a/usr.bin/gencat/gencat.c
+++ b/usr.bin/gencat/gencat.c
@@ -623,9 +623,9 @@ MCWriteCat(int fd)
nmsgs * sizeof(struct _nls_msg_hdr));
/* compute offsets for set & msg header tables and string pool */
- set_hdr = (struct _nls_set_hdr *) ((char *) msgcat +
+ set_hdr = (struct _nls_set_hdr *)(void *)((char *)msgcat +
sizeof(struct _nls_cat_hdr));
- msg_hdr = (struct _nls_msg_hdr *) ((char *) msgcat +
+ msg_hdr = (struct _nls_msg_hdr *)(void *)((char *)msgcat +
sizeof(struct _nls_cat_hdr) +
nsets * sizeof(struct _nls_set_hdr));
strings = (char *) msgcat +
OpenPOWER on IntegriCloud