Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2000 10:10:09 -0700 (PDT)
From:      Sheldon Hearn <sheldonh@uunet.co.za>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/20677: slight prototype inconsistency for poll(2) 
Message-ID:  <200008171710.KAA85392@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: Sheldon Hearn <sheldonh@uunet.co.za>
To: bde@FreeBSD.org
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: kern/20677: slight prototype inconsistency for poll(2) 
Date: Thu, 17 Aug 2000 19:04:27 +0200

 On Thu, 17 Aug 2000 13:24:18 +0200, "Ralf S. Engelschall" wrote:
 
 > >Number:         20677
 > >Category:       kern
 > >Synopsis:       slight prototype inconsistency for poll(2)
 
 > -int	poll __P((struct pollfd *_pfd, unsigned _nfds, int _timeout));
 > +int	poll __P((struct pollfd *_pfd, unsigned int _nfds, int _timeout));
 
 Hi Bruce,
 
 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?
 
 Ciao,
 Sheldon.
 


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?200008171710.KAA85392>