diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-20 22:05:09 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-20 22:05:09 +0000 |
| commit | a1262455adc758ce6afa922fec939a79f47f5663 (patch) | |
| tree | 70cc734378f38c3b057ee467f8dee2e2b000ae14 /sysutils/upsmon/files/patch-csocket.h | |
| parent | Drop maintainership (diff) | |
Fix for 5.x
PR: 55819
Submitted by: rwatson
Notes
Notes:
svn path=/head/; revision=87410
Diffstat (limited to 'sysutils/upsmon/files/patch-csocket.h')
| -rw-r--r-- | sysutils/upsmon/files/patch-csocket.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/upsmon/files/patch-csocket.h b/sysutils/upsmon/files/patch-csocket.h new file mode 100644 index 000000000000..2d36a602223d --- /dev/null +++ b/sysutils/upsmon/files/patch-csocket.h @@ -0,0 +1,12 @@ +--- csocket.h.bak Wed Aug 20 17:08:31 2003 ++++ csocket.h Wed Aug 20 17:09:01 2003 +@@ -94,7 +94,7 @@ + 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_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 + |
