summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-27 21:22:12 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-27 21:22:12 +0000
commit5ffe1fb924f722b9d37fdf2f0060eb24d3e73ac4 (patch)
tree5ed1c198ebcae9315bd5850f871abdfb3f96bc7e /ace
parent5f3dc0b3fade1e89f6385a33d895b046bf2bee91 (diff)
downloadATCD-5ffe1fb924f722b9d37fdf2f0060eb24d3e73ac4.tar.gz
I forgot to specify the length of ACE_UNIQUE_NAME_LEN to 100.
Diffstat (limited to 'ace')
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 904eb8f6175..9cc37514dc6 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -236,7 +236,7 @@
#endif /* ACE_DEFAULT_FREE_LIST_INC */
#if !defined (ACE_UNIQUE_NAME_LEN)
-#define ACE_UNIQUE_NAME_LEN
+#define ACE_UNIQUE_NAME_LEN 100
#endif /* ACE_UNIQUE_NAME_LEN */
// Here are all ACE-specific global declarations needed throughout