Merge Sendfd into Common.c

This commit is contained in:
Adam Ierymenko
2015-11-23 13:24:28 -08:00
parent 95106e2e30
commit bee44ae731
5 changed files with 97 additions and 139 deletions

View File

@ -105,7 +105,6 @@ ssize_t sock_fd_read(int sock, void *buf, ssize_t bufsize, int *fd);
/* threading */
static pthread_mutex_t lock;
static pthread_mutex_t loglock;
void handle_error(char *name, char *info, int err)
{