peter 45d9788d10 Change this:
#include <strings.h>
...
  foo = (char *)strdup(...);
To:
#include <string.h>
  foo = strdup(...);
because the former segfaults on an ia64 since there is no prototype
for strdup() in strings.h.  Converting an "int" to a pointer is fatal.
2003-01-08 06:43:27 +00:00
..
2002-12-23 15:30:40 +00:00
2002-07-06 19:34:18 +00:00
2002-07-06 19:34:18 +00:00
2001-12-04 02:19:58 +00:00
2003-01-06 16:46:25 +00:00
2002-12-09 13:06:34 +00:00
2002-12-27 12:15:40 +00:00
2002-12-27 12:15:40 +00:00
2002-03-19 22:51:53 +00:00
2002-07-06 19:34:18 +00:00
2002-07-06 19:34:18 +00:00
2002-04-19 23:06:29 +00:00
2002-12-27 12:15:40 +00:00
2002-12-27 12:15:40 +00:00
2002-07-06 19:34:18 +00:00
2002-12-27 12:15:40 +00:00
2002-12-27 12:15:40 +00:00
2002-12-27 12:15:40 +00:00
2002-07-06 19:35:14 +00:00
2001-12-04 02:19:58 +00:00
2003-01-08 06:43:27 +00:00
2002-04-19 23:06:29 +00:00
2002-12-27 12:15:40 +00:00
2002-10-23 04:50:34 +00:00
2001-12-04 02:19:58 +00:00