diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-22 17:36:08 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-22 17:36:08 +0000 |
commit | 990526e40086fc5c1d6bdbd29dd5e35273e42f5a (patch) | |
tree | ee251f5113e0dabbe1a3d07e0151a8923285f42d /comms/asmodem | |
parent | aa82fd8bbeea594992563a9aaf54303d48654423 (diff) | |
download | FreeBSD-ports-990526e40086fc5c1d6bdbd29dd5e35273e42f5a.zip FreeBSD-ports-990526e40086fc5c1d6bdbd29dd5e35273e42f5a.tar.gz |
fix build on -current (machine/types.h no loner exists)
PR: 42541
Submitted by: maintainer
Diffstat (limited to 'comms/asmodem')
-rw-r--r-- | comms/asmodem/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/asmodem/files/patch-aa b/comms/asmodem/files/patch-aa index 7961efa..511061c 100644 --- a/comms/asmodem/files/patch-aa +++ b/comms/asmodem/files/patch-aa @@ -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> |