FreeBSD Bugzilla – Attachment 10293 Details for
Bug 20677
slight prototype inconsistency for poll(2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 540 bytes, created by
Ralf S. Engelschall
on 2000-08-17 12:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ralf S. Engelschall
Created:
2000-08-17 12:30:01 UTC
Size:
540 bytes
patch
obsolete
>Index: src/sys/sys/poll.h >=================================================================== >RCS file: /home/ncvs/src/sys/sys/poll.h,v >retrieving revision 1.6 >diff -u -d -r1.6 poll.h >--- poll.h 1999/12/29 04:24:45 1.6 >+++ poll.h 2000/08/17 11:08:38 >@@ -100,7 +100,7 @@ > * XXX poll() has "unsigned long" nfds on SVR4, not unsigned as on the > * other BSDs. > */ >-int poll __P((struct pollfd *_pfd, unsigned _nfds, int _timeout)); >+int poll __P((struct pollfd *_pfd, unsigned int _nfds, int _timeout)); > __END_DECLS > > #endif /* !_KERNEL */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20677
: 10293