summaryrefslogtreecommitdiff
path: root/lib/util/dlinklist.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-11 21:48:00 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-11 21:48:00 +0200
commit7a27c07a2765020cb4a07073327bba1435e33f87 (patch)
tree39f0d51f265a570d31540e4426fff7737fafafbc /lib/util/dlinklist.h
parentf01500e18da2df4a4414e97da8e2cdc3ee8a6e1e (diff)
downloadsamba-7a27c07a2765020cb4a07073327bba1435e33f87.tar.gz
samba-7a27c07a2765020cb4a07073327bba1435e33f87.tar.bz2
samba-7a27c07a2765020cb4a07073327bba1435e33f87.zip
Remove duplicate copy of dlinklist.h.
Diffstat (limited to 'lib/util/dlinklist.h')
-rw-r--r--lib/util/dlinklist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/dlinklist.h b/lib/util/dlinklist.h
index 5624124459..1a4ebb6fa0 100644
--- a/lib/util/dlinklist.h
+++ b/lib/util/dlinklist.h
@@ -58,7 +58,7 @@ do { \
DLIST_ADD(list, p); \
} while (0)
-/* hook into the end of the list - needs a tmp pointer */
+/* hook into the end of the list - needs the entry type */
#define DLIST_ADD_END(list, p, type) \
do { \
if (!(list)) { \