summaryrefslogtreecommitdiff
path: root/source3/ubiqx/ubi_dLinkList.c
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1997-10-15 03:11:46 +0000
committerChristopher R. Hertel <crh@samba.org>1997-10-15 03:11:46 +0000
commit4a9e9a40dc4a3c2c8046ac284bf61a6b0f932e6b (patch)
tree84996dc1ab112b2692c540ba9ab6686a34f8ba78 /source3/ubiqx/ubi_dLinkList.c
parente3d56eb181f5cc001b703ef88f57fa8c1adabdff (diff)
downloadsamba-4a9e9a40dc4a3c2c8046ac284bf61a6b0f932e6b.tar.gz
samba-4a9e9a40dc4a3c2c8046ac284bf61a6b0f932e6b.tar.bz2
samba-4a9e9a40dc4a3c2c8046ac284bf61a6b0f932e6b.zip
These are the ubiqx modules, as included with the Samba distribution.
Updated the linked list module, which has new and changed macros. (This used to be commit 2181d929d1757aa523e7afaf0e8c232a51e68d30)
Diffstat (limited to 'source3/ubiqx/ubi_dLinkList.c')
-rw-r--r--source3/ubiqx/ubi_dLinkList.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/source3/ubiqx/ubi_dLinkList.c b/source3/ubiqx/ubi_dLinkList.c
index 0bec3323ed..2eb721e1ee 100644
--- a/source3/ubiqx/ubi_dLinkList.c
+++ b/source3/ubiqx/ubi_dLinkList.c
@@ -25,10 +25,17 @@
* -------------------------------------------------------------------------- **
*
* $Log: ubi_dLinkList.c,v $
- * Revision 1.1 1997/10/10 14:46:43 crh
- * This is the ubiqx binary tree and linked list library.
- * This library is being included as part of the Samba distribution.
- * (Hurray!)
+ * Revision 1.2 1997/10/15 03:11:46 crh
+ * These are the ubiqx modules, as included with the Samba distribution.
+ * Updated the linked list module, which has new and changed macros.
+ *
+ * Revision 0.3 1997/10/15 03:05:39 crh
+ * Added some handy type casting to the macros. Added AddHere and RemThis
+ * macros.
+ *
+ * Revision 0.2 1997/10/08 03:07:21 crh
+ * Fixed a few forgotten link-ups in Insert(), and fixed the AddHead()
+ * macro, which was passing the wrong value for <After> to Insert().
*
* Revision 0.1 1997/10/07 04:34:07 crh
* Initial Revision.