The following reply was made to PR os-dgux/3247; it has been noted by GNATS.
From: "Lee Yee, Amiel" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: os-dgux/3247: ap_config.h (DGUX section needs to be modified)
.
Date: Fri, 23 Oct 1998 11:44:14 -0400
Here is the diff that you requested.
--- ap_config_old.h Fri Oct 23 09:37:55 1998
+++ ap_config.h Fri Oct 23 09:39:05 1998
@@ -570,8 +570,13 @@
#define NO_KILLPG
#undef NO_SETSID
#undef NEED_STRDUP
+#ifdef _IX86_DG
+#undef NEED_STRCASECMP
+#undef NEED_STRNCASECMP
+#else
#define NEED_STRCASECMP
#define NEED_STRNCASECMP
+#endif
#define bzero(a,b) memset(a,0,b)
/* A lot of SVR4 systems need this */
#define USE_FCNTL_SERIALIZED_ACCEPT
> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]
> Sent: Wednesday, October 21, 1998 12:01 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: os-dgux/3247: ap_config.h (DGUX section needs to be
> modified).
>
> [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: ap_config.h (DGUX section needs to be modified).
>
> State-Changed-From-To: open-feedback
> State-Changed-By: coar
> State-Changed-When: Wed Oct 21 09:00:00 PDT 1998
> State-Changed-Why:
>
> Thanks for the information. Could you please re-generate
> the changes as a unified diff (diff -u) and reply to this
> message with it? Be sure to Cc <[EMAIL PROTECTED]>, and
> don't change the Subject: line at all.
>
> Category-Changed-From-To: general-os-dgux
> Category-Changed-By: coar
> Category-Changed-When: Wed Oct 21 09:00:00 PDT 1998
>