1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

r19179: remove difference with samba4

metze
(This used to be commit e97e1ffea8)
This commit is contained in:
Stefan Metzmacher 2006-10-08 21:54:19 +00:00 committed by Gerald (Jerry) Carter
parent ebc2f440e7
commit 354ddf6c57

View File

@ -61,15 +61,19 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <stdio.h>
#define _PUBLIC_
#endif
#define SWRAP_DLIST_ADD(list,item) do { \