James Cone's efforts to add another netrc parsing "mode"

This commit is contained in:
Daniel Stenberg
2002-05-21 22:17:19 +00:00
parent c759d8427a
commit 105ec79b2b
5 changed files with 219 additions and 140 deletions

View File

@@ -49,7 +49,9 @@
struct memdebug {
int size;
char mem[1];
double mem[1];
/* I'm hoping this is the thing with the strictest alignment
* requirements. That also means we waste some space :-( */
};
/*