Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2000 13:50:01 -0700 (PDT)
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/20677: slight prototype inconsistency for poll(2) 
Message-ID:  <200008182050.NAA27116@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/20677; it has been noted by GNATS.

From: Bruce Evans <bde@zeta.org.au>
To: Sheldon Hearn <sheldonh@uunet.co.za>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/20677: slight prototype inconsistency for poll(2) 
Date: Sat, 19 Aug 2000 06:48:56 +1000 (EST)

 >  > -int	poll __P((struct pollfd *_pfd, unsigned _nfds, int _timeout));
 >  > +int	poll __P((struct pollfd *_pfd, unsigned int _nfds, int _timeout));
 
 >  You changed the type of the _nfds argument from u_int to unsigned in rev
 >  1.4 of poll.h.  Can we change it to unsigned int to match the manual
 >  page?
 
 OK (but I would have used "unsigned" in both).
 
 Bruce
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008182050.NAA27116>