> > typedef struct {
> >         unsigned int n;
> >         uint64_t v;
> > } sigset_t;
> 
> You can't use any BSD or FreeBSD specific types (such as u_int32)t) in
> publicly visible types (such as sigset_t). It breaks programs because it's
> not ANSI and/or Posix.

You can use internal names like __uint32_t from <machine/ansi.h> for. They 
are in the implementation namespace.

Dima




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to