Linux
Application
Development

Michael K. Johnson
Erik W. Troan

sockutil.h

void die(char * message);
void copyData(int from, int to);
#ifndef CMSG_DATA
#define CMSG_DATA(cmsg) ((cmsg)->cmsg_data)
#endif