summaryrefslogtreecommitdiff
path: root/source3/lib/socket_wrapper
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-18 22:55:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:52:18 -0500
commit0638207bc40b3a7034801a73baf76cfd44e8e1a9 (patch)
tree1fa2d41250a5494c5b9fae45a2e373a3a656aadc /source3/lib/socket_wrapper
parent8f153c6128dd15fb132d8ddb1752e793bd6a5985 (diff)
downloadsamba-0638207bc40b3a7034801a73baf76cfd44e8e1a9.tar.gz
samba-0638207bc40b3a7034801a73baf76cfd44e8e1a9.tar.bz2
samba-0638207bc40b3a7034801a73baf76cfd44e8e1a9.zip
r18646: now we can have the socket_wrapper.c completely in sync with samba4
metze (This used to be commit d4d9b7e02614e30ab410a26654db3ca66ffe06e6)
Diffstat (limited to 'source3/lib/socket_wrapper')
-rw-r--r--source3/lib/socket_wrapper/socket_wrapper.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/lib/socket_wrapper/socket_wrapper.c b/source3/lib/socket_wrapper/socket_wrapper.c
index af774e1927..5417f70a06 100644
--- a/source3/lib/socket_wrapper/socket_wrapper.c
+++ b/source3/lib/socket_wrapper/socket_wrapper.c
@@ -24,10 +24,9 @@
#define SOCKET_WRAPPER_NOT_REPLACE
#include "includes.h"
-/*
#include "system/network.h"
#include "system/filesys.h"
-*/
+
#ifndef _DLINKLIST_H
#include "lib/util/dlinklist.h"
#endif