From 3bcb0523e71f46b27d8b836d6aed3e26db72e50f Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Mon, 28 Apr 2003 17:56:10 +0000 Subject: ChangeLogTag:Mon Apr 28 10:54:02 2003 Ossama Othman --- ace/OS.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/OS.h') 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 /**/ # 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 /**/ -- cgit v1.2.1