summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:01:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:01:40 +0000
commita363b5b67cb62e399b7ffed4ec2208d4d91d79e0 (patch)
tree89d55eb9ffbc01596458fe029d364a33adc5120f
parentINTEGRATION: CWS dmake43p01 (1.4.6); FILE MERGED (diff)
downloadcore-a363b5b67cb62e399b7ffed4ec2208d4d91d79e0.tar.gz
core-a363b5b67cb62e399b7ffed4ec2208d4d91d79e0.zip
INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
2005/05/05 21:59:52 vq 1.2.80.1: #i47135# Leave a comment that the _POSIX_*_MAX values should be set in the architecture dependent sysintf.h files instead of clobbering them in posix.h
-rw-r--r--dmake/posix.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dmake/posix.h b/dmake/posix.h
index 2a3670511013..b39fc0336dc4 100644
--- a/dmake/posix.h
+++ b/dmake/posix.h
@@ -1,4 +1,4 @@
-/* RCS $Id: posix.h,v 1.2 2003-03-25 14:02:13 hr Exp $
+/* RCS $Id: posix.h,v 1.3 2006-04-20 12:01:40 hr Exp $
--
-- SYNOPSIS
-- Definition for POSIX conforming defines in dmake.
@@ -53,7 +53,8 @@
#define CHILD_MAX _POSIX_CHILD_MAX
#endif
-/* now fix these since some values are all wet */
+/* FIXME! This is a very big hammer, these values should be set to
+ * sensible values in the architecture dependent sysintf.h files. */
#if NAME_MAX < 255
#undef NAME_MAX
#define NAME_MAX 255