zsh-workers
 help / color / mirror / code / Atom feed
* zftp.c doesn't compile on IRIX6.5
@ 2000-05-28 15:53 jarausch
  2000-05-28 15:57 ` Geoff Wing
  2000-05-28 20:50 ` Peter Stephenson
  0 siblings, 2 replies; 7+ messages in thread
From: jarausch @ 2000-05-28 15:53 UTC (permalink / raw)
  To: zsh-workers

The cvs version from today doesn't compile on IRIX 6.5

It seems there is a bug on IRIX.
It uses a type 'n_long' within <netinet/ip.h>
but fails to include <netinet/in_systm.h>
where this is defined.

I had to apply the following (ugly) workaround

*** zftp.c.orig Sun May 28 17:34:38 2000
--- zftp.c      Sun May 28 17:34:39 2000
***************
*** 64,69 ****
--- 64,72 ----
  #ifdef HAVE_NETINET_IN_SYSTM_H
  # include <netinet/in_systm.h>
  #endif
+ #ifdef __sgi
+   #include <netinet/in_systm.h>
+ #endif
  #include <netinet/in.h>
  #include <netinet/ip.h>
  #include <arpa/inet.h>

-- 
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2000-05-29  7:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-28 15:53 zftp.c doesn't compile on IRIX6.5 jarausch
2000-05-28 15:57 ` Geoff Wing
2000-05-28 17:25   ` jarausch
2000-05-28 20:50 ` Peter Stephenson
2000-05-28 21:05   ` Bart Schaefer
2000-05-29  7:35     ` jarausch
2000-05-29  7:42   ` jarausch

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).