(file) Return to SystemPOSIX.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/SystemPOSIX.cpp between version 1.80 and 1.81

version 1.80, 2013/06/14 10:43:59 version 1.81, 2013/07/02 04:29:12
Line 939 
Line 939 
     ifc.ifc_len=bsz;     ifc.ifc_len=bsz;
     do     do
     {     {
         ifc.ifc_req=(struct ifreq *)peg_realloc(ifc.ifc_req, bsz);          ifc.ifc_req=(struct ifreq *)peg_inln_realloc(ifc.ifc_req, bsz);
         if (!ifc.ifc_req)         if (!ifc.ifc_req)
         {         {
             return ips;             return ips;
Line 961 
Line 961 
         }         }
     } while (1);     } while (1);
  
     ifc.ifc_req=(struct ifreq *)peg_realloc(ifc.ifc_req, prevsz);      ifc.ifc_req=(struct ifreq *)peg_inln_realloc(ifc.ifc_req, prevsz);
  
     struct sockaddr *sa;     struct sockaddr *sa;
     char *cp, *cplim, buff[PEGASUS_INET6_ADDRSTR_LEN];     char *cp, *cplim, buff[PEGASUS_INET6_ADDRSTR_LEN];


Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2