Date: Sat, 7 Sep 2002 21:54:28 -0700 (PDT) From: Adam Kranzel <adam-ports@blacktabby.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42541: Fixes for comms/asmodem port Message-ID: <20020908045428.B0F765877@cheshire.blacktabby.org>
next in thread | raw e-mail | index | archive | help
>Number: 42541 >Category: ports >Synopsis: Fixes for comms/asmodem port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 07 22:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD cheshire.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Sat Sep 7 17:58:37 PDT 2002 adam@cheshire.blacktabby.org:/usr/obj/usr/src/sys/CHESHIRE-NODEBUG i386 >Description: The included patch fixes the comms/asmodem port for -CURRENT (it compiles on -STABLE with this patch, but I've not tested more than that). >How-To-Repeat: n/a >Fix: diff -ruN asmodem.good/files/patch-aa asmodem/files/patch-aa --- asmodem.good/files/patch-aa Sat Sep 7 20:06:17 2002 +++ asmodem/files/patch-aa Sat Sep 7 20:59:42 2002 @@ -1,5 +1,5 @@ ---- asmodem.c.orig Mon Oct 5 04:56:57 1998 -+++ asmodem.c Thu Sep 30 05:30:03 1999 +--- asmodem.c.orig Sun Oct 4 12:56:57 1998 ++++ asmodem.c Sat Sep 7 20:40:13 2002 @@ -25,9 +25,8 @@ #include <sys/socket.h> #include <net/if.h> @@ -7,7 +7,7 @@ -#include <asm/types.h> -#include <linux/types.h> -#include <linux/ppp_defs.h> -+#include <machine/types.h> ++#include <sys/types.h> +#include <net/if_ppp.h> >Release-Note: >Audit-Trail: >Unformatted: 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?20020908045428.B0F765877>