[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch for compilation under Debian 2.2 beta
-----BEGIN PGP SIGNED MESSAGE-----
The following patch was necessary to make ns compile under
the development version of Debian:
*** ns-2.1b5/traffictrace.cc Tue Mar 16 15:20:21 1999
- --- ns-2.1b5_rgmerk/traffictrace.cc Mon Nov 8 23:51:39 1999
***************
*** 33,37 ****
// hpux fix from Ketil Danielsen <Ketil.Danielsen@hiMolde.no>
// get htonl from in.h
! #if defined(hpux) || defined(sun)
#include <netinet/in.h>
#endif
- --- 33,38 ----
// hpux fix from Ketil Danielsen <Ketil.Danielsen@hiMolde.no>
// get htonl from in.h
! // linux fix added by Robert Merkel <rgmerk@mira.net>
! #if defined(hpux) || defined(sun) || defined(linux)
#include <netinet/in.h>
#endif
I didn't see a reference to a similar patch in the existing bug
list - is it a Debian or even a Debian potato (the latest alpha
version of the distribution) issue?
In any case, I hope that you can make use of the patch.
- ---------------------------------------------------------------------------
Robert Merkel rgmerk@mira.net
Humanity has advanced, when it has advanced, not because it has been sober,
responsible, and cautious, but because it has been playful, rebellious, and
immature.
-- Tom Robbins
- ---------------------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.0 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE4Js/AswIdT6exn5QRAsdgAKCoGuSz+gzYDz5tyZrxeqLiSTw61QCZASPf
WQu1NJEzr+IYT2vaWTblQtI=
=XMzZ
-----END PGP SIGNATURE-----