Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 11 Apr 2011 13:19:55 +0200
From: Valentin Ochs <a@....de>
To: musl@...ts.openwall.com
Subject: Re: [compatibility] tmux

On Mon, Apr 11, 2011 at 01:43:09AM -0400, Rich Felker wrote:
> >  - need to remove HAVE_U_INT, or typedefs for u_int16_t, u_int32_t
> 
> musl has always had u_*_t in sys/types.h, per POSIX, and I added the
> other u_* BSD-isms today in case you need them. Is something else
> wrong?
> 

grep says yes:

erwin:musl# grep -r u_int ./
.//include/sys/types.h:#define __NEED_u_int8_t
.//include/sys/types.h:#define __NEED_u_int16_t
.//include/sys/types.h:#define __NEED_u_int32_t
.//include/sys/types.h:#define __NEED_u_int64_t
.//include/sys/types.h:typedef unsigned u_int, uint;

seems like you defined __NEED_u_int* but didn't actually handle it.

--Valentin

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.