summaryrefslogtreecommitdiff
path: root/sysutils/upsmon/files/patch-csocket.h
blob: 2d36a602223dfe13e83c5bed00bfb3509e294d96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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