summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-09-17 16:46:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-09-17 16:46:42 +0000
commitc821b05fc2c0cd79a04189c12a25df8c1a97e601 (patch)
tree0b989d2eb7ec87556cb39c2bd18339f2e10bb205
parent3ff134981177a8b669922e5c2006a9a8bc70545e (diff)
downloadATCD-c821b05fc2c0cd79a04189c12a25df8c1a97e601.tar.gz
ChangeLogTag:Tue Sep 17 01:35:54 UTC 2002 Don Hinton <dhinton@ieee.org>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--ace/OS.h1
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ef1d3d0e445..c1f8900c950 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Sep 17 01:35:54 UTC 2002 Don Hinton <dhinton@ieee.org>
+
+ * ace/OS.h: Remove redundant MAXPATHLEN definition when
+ building VxWorks. Thanks to Rob Andzik <andzik@rtlogic.com>
+ for pointing this out.
+
Mon Sep 16 17:36:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Hash_Cache_Map_Manager_T.cpp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index ef1d3d0e445..c1f8900c950 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Tue Sep 17 01:35:54 UTC 2002 Don Hinton <dhinton@ieee.org>
+
+ * ace/OS.h: Remove redundant MAXPATHLEN definition when
+ building VxWorks. Thanks to Rob Andzik <andzik@rtlogic.com>
+ for pointing this out.
+
Mon Sep 16 17:36:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Hash_Cache_Map_Manager_T.cpp:
diff --git a/ace/OS.h b/ace/OS.h
index 177834b7f3e..aa409160e05 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -1832,7 +1832,6 @@ struct sockaddr_un {
char sun_path[108]; // path name.
};
-# define MAXPATHLEN 1024
# define MAXNAMLEN 255
# define NSIG (_NSIGS + 1)