mirror of
https://github.com/samba-team/samba.git
synced 2025-11-13 08:23:49 +03:00
r18593: try to get the same socket_wrapper file building in samba3 and samba4
this is preparation of adding libreplace to samba3 later. metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
e9fe725cf4
commit
26228e4b2e
@@ -21,6 +21,9 @@
|
||||
/* To use these macros you must have a structure containing a next and
|
||||
prev pointer */
|
||||
|
||||
#ifndef _DLINKLIST_H
|
||||
#define _DLINKLIST_H
|
||||
|
||||
|
||||
/* hook into the front of the list */
|
||||
#define DLIST_ADD(list, p) \
|
||||
@@ -107,3 +110,5 @@ do { \
|
||||
} \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
#endif /* _DLINKLIST_H */
|
||||
|
||||
Reference in New Issue
Block a user