From owner-freebsd-bugs Thu Aug 17 10:10:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDCD337BB02 for ; Thu, 17 Aug 2000 10:10:11 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA85392; Thu, 17 Aug 2000 10:10:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 17 Aug 2000 10:10:09 -0700 (PDT) Message-Id: <200008171710.KAA85392@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/20677: slight prototype inconsistency for poll(2) Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/20677; it has been noted by GNATS. From: Sheldon Hearn 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