summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-04-28 17:56:10 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-04-28 17:56:10 +0000
commit3bcb0523e71f46b27d8b836d6aed3e26db72e50f (patch)
treeac534f75cf1fd3b4810cf08abf6129bf749d1a2f /ace/OS.h
parent4257abce123a8ce1dc27f54766529ea25b7d8f8a (diff)
downloadATCD-3bcb0523e71f46b27d8b836d6aed3e26db72e50f.tar.gz
ChangeLogTag:Mon Apr 28 10:54:02 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 91ff78c5b58..6520b4545b9 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -3223,11 +3223,11 @@ extern "C"
# include /**/ <netinet/tcp.h>
# endif /* ACE_LACKS_TCP_H */
-# if defined (__Lynx__)
+# if defined (__Lynx__) || defined (UNIXWARE_7_1)
# ifndef howmany
# define howmany(x, y) (((x)+((y)-1))/(y))
# endif /* howmany */
-# endif /* __Lynx__ */
+# endif /* __Lynx__ || UNIXWARE_7_1 */
# if defined (CHORUS)
# include /**/ <chorus.h>