The following reply was made to PR os-next/2293; it has been noted by GNATS.

From: Francisco A Tomei Torres <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: os-next/2293: Compilation errors on NeXTstep/OpenStep 4.0
Date: Fri, 29 Jan 1999 15:13:10 -0700

 The compilation error still exists on NeXTstep/OpenStep version 4.0.
 
 The compilation problem is solved if the following fix ALREADY PRESENT IN
 mod_status.c is modified to include compiler release 4.0, e.g., "#if
 (NX_CURRENT_COMPILER_RELEASE == 400)"
 
 
 #ifdef NEXT
 #if (NX_CURRENT_COMPILER_RELEASE == 410)
 #ifdef m68k
 #define HZ 64
 #else
 #define HZ 100
 #endif
 #else
 #include <machine/param.h>
 #endif
 #endif /* NEXT */
 
 
 At 07:56 PM 1/29/99 -0000, [EMAIL PROTECTED] wrote:
 >[In order for any reply to be added to the PR database, ]
 >[you need to include <[EMAIL PROTECTED]> in the Cc line ]
 >[and leave the subject line UNCHANGED.  This is not done]
 >[automatically because of the potential for mail loops. ]
 >[If you do not include this Cc, your reply may be ig-   ]
 >[nored unless you are responding to an explicit request ]
 >[from a developer.                                      ]
 >[Reply only with text; DO NOT SEND ATTACHMENTS!         ]
 >
 >
 >Synopsis: Compilation errors on NeXTstep/OpenStep 4.0
 >
 >State-Changed-From-To: feedback-closed
 >State-Changed-By: coar
 >State-Changed-When: Fri Jan 29 11:56:11 PST 1999
 >State-Changed-Why:
 >[This is a standard response.]
 >No response from submitter, assuming issue has been resolved.
 >
 >

Reply via email to