The system load (3.85) is too high at the moment, sorry. Content-Type: text/html; charset=ISO-8859-1

4.4BSD/usr/src/contrib/gdb-4.7.lbl/readline/sysdep-irix.h

Compare this file to the similar file:
Show the results in this format:

/* System-dependent stuff, for SGI irix */

#ifdef __GNUC__
#define alloca __builtin_alloca
#else
extern char *alloca ();
#endif

#include <sys/types.h>
#include <sys/stream.h>
#include <sys/dir.h>
typedef struct direct dirent;