FreeBSD Bugzilla – Attachment 7435 Details for
Bug 16127
fix port: sysutils/upsmon - csocket.cc does not compile under -current due to a type-conflict (int vs. socklen_t)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 867 bytes, created by
ab
on 2000-01-14 21:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ab
Created:
2000-01-14 21:10:01 UTC
Size:
867 bytes
patch
obsolete
>diff -ur csocket.h.orig csocket.h >--- csocket.h.orig Tue Aug 4 23:18:29 1998 >+++ csocket.h Fri Jan 14 21:27:31 2000 >@@ -93,8 +93,8 @@ > // attribues > int m_fdSocketNormal; // named stream socket descriptor - use for client/server exchange > int m_fdSocketServer; // server socket - used by server to listen for connections >- int m_iLocalAddrLen; // local socket address length >- int m_iRemoteAddrLen; // local socket address length >+ socklen_t m_iLocalAddrLen; // local socket address length >+ socklen_t m_iRemoteAddrLen; // local socket address length > struct sockaddr_un m_saunLocal; // local socket address > struct sockaddr_un m_saunRemote; // remote socket address > char m_szSocketPath[MAX_PATHNAME]; // named stream socket path
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 16127
: 7435