summaryrefslogtreecommitdiff
path: root/source/ubiqx/ubi_dLinkList.c
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-06-25 00:22:48 +0000
committerChristopher R. Hertel <crh@samba.org>1998-06-25 00:22:48 +0000
commit1ce7d38d9f947d338f2587fa5afbe7536501edfd (patch)
treeb86778792e54c81aafdda9026c409b9cae437d83 /source/ubiqx/ubi_dLinkList.c
parent384122d165ed6d5d211a29e5a63a63bf5cd82c75 (diff)
downloadsamba-1ce7d38d9f947d338f2587fa5afbe7536501edfd.tar.gz
Minor cosmetic change. I up-cased internal #defines.
Diffstat (limited to 'source/ubiqx/ubi_dLinkList.c')
-rw-r--r--source/ubiqx/ubi_dLinkList.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/ubiqx/ubi_dLinkList.c b/source/ubiqx/ubi_dLinkList.c
index 587ac3ef8fc..a2db4a2d0d5 100644
--- a/source/ubiqx/ubi_dLinkList.c
+++ b/source/ubiqx/ubi_dLinkList.c
@@ -25,6 +25,10 @@
* -------------------------------------------------------------------------- **
*
* Log: ubi_dLinkList.c,v
+ * Revision 0.9 1998/06/04 21:29:27 crh
+ * Upper-cased defined constants (eg UBI_BINTREE_H) in some header files.
+ * This is more "standard", and is what people expect. Weird, eh?
+ *
* Revision 0.8 1998/06/03 18:06:03 crh
* Further fiddling with sys_include.h, which has been moved from the .c file
* to the .h file.