Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 1998 18:17:28 -0700 (PDT)
From:      ian@majesticnet.com
To:        billf@jade.chc-chimes.com
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/7581: new port [net x11]/ethereal
Message-ID:  <Pine.LNX.3.96.980811181332.984F-100000@majesticnet.com>
In-Reply-To: <199808120040.RAA07211@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I just tried your port out on a somewhat -current box, and I had to apply
the following patch to packet.c before I could compile it.  Other than
that it looks like a cool port :)

Ian


*** packet.c.orig       Tue Aug 11 17:06:56 1998
--- packet.c    Tue Aug 11 17:07:19 1998
***************
*** 28,33 ****
--- 28,34 ----
  #include <stdio.h>
  #include <stdarg.h>
  #include <ctype.h>
+ #include <sys/types.h>
  #include <netinet/in.h>

  #include "packet.h"





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.96.980811181332.984F-100000>