(file) Return to Socket.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Socket.h between version 1.1.2.8 and 1.1.2.9

version 1.1.2.8, 2007/01/17 22:13:35 version 1.1.2.9, 2007/01/17 22:20:03
Line 96 
Line 96 
 #else /* !defined(HAVE_MSG_CONTROL) */ #else /* !defined(HAVE_MSG_CONTROL) */
  
     mh.msg_accrights = (caddr_t)descriptors;     mh.msg_accrights = (caddr_t)descriptors;
     mh.msg_accrightslength = sizeof(int) * count;      mh.msg_accrightslen = sizeof(int) * count;
  
 #endif /* defined(HAVE_MSG_CONTROL) */ #endif /* defined(HAVE_MSG_CONTROL) */
  
Line 142 
Line 142 
  
 #else /* !defined(HAVE_MSG_CONTROL) */ #else /* !defined(HAVE_MSG_CONTROL) */
  
     if (mh.msg_accrightslength != sizeof(int) * count)      if (mh.msg_accrightslen != sizeof(int) * count)
         return -1;         return -1;
  
     memcpy(descriptors, mh.msg_accrights, sizeof(int) * count);     memcpy(descriptors, mh.msg_accrights, sizeof(int) * count);


Legend:
Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2