| www.delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-workers-bounces using -f |
| From: | Martin Str|mberg <ams AT ludd DOT luth DOT se> |
| Message-Id: | <200203031251.g23CpM702626@mother.ludd.luth.se> |
| Subject: | Re: gcc 3.03 and libc sources |
| To: | djgpp-workers AT delorie DOT com |
| Date: | Sun, 3 Mar 2002 13:51:21 +0100 (MET) |
| In-Reply-To: | <Pine.SUN.3.91.1020303133658.705I-100000@is> from "Eli Zaretskii" at Mar 03, 2002 01:37:12 PM |
| X-Mailer: | ELM [version 2.5 PL2] |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp-workers AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp-workers AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
According to Eli Zaretskii:
> On Sat, 2 Mar 2002, Charles Sandmann wrote:
> > I don't see any reason why a struct_length would ever be
> > negative ...
>
> The reason might be some more whining elsewhere...
Actually, no, no new whining.
Index: djgpp//include/sys/system.h
===================================================================
RCS file: /cvs/djgpp/djgpp/include/sys/system.h,v
retrieving revision 1.3
diff -p -u -r1.3 system.h
--- djgpp//include/sys/system.h 2000/12/25 20:31:51 1.3
+++ djgpp//include/sys/system.h 2002/03/03 12:49:28
@@ -22,7 +22,7 @@ extern unsigned int _shell_cmdline_limit
typedef struct {
char magic[16];
- int struct_length;
+ unsigned int struct_length;
char go32[16];
unsigned char buffer[0];
} _v1_stubinfo;
Right,
MartinS
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |