diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-11 21:48:00 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-11 21:48:00 +0200 |
commit | 7a27c07a2765020cb4a07073327bba1435e33f87 (patch) | |
tree | 39f0d51f265a570d31540e4426fff7737fafafbc /lib | |
parent | f01500e18da2df4a4414e97da8e2cdc3ee8a6e1e (diff) | |
download | samba-7a27c07a2765020cb4a07073327bba1435e33f87.tar.gz samba-7a27c07a2765020cb4a07073327bba1435e33f87.tar.bz2 samba-7a27c07a2765020cb4a07073327bba1435e33f87.zip |
Remove duplicate copy of dlinklist.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/dlinklist.h | 2 |
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)) { \ |