diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-22 17:36:08 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-22 17:36:08 +0000 |
commit | c90b5c9a95d45bb35f8c2e44711a6c7b38d62311 (patch) | |
tree | 6a2b5c1c8308490ed7aa43b7de78828963865e75 /comms | |
parent | Argh, fix the icc/ifc lines (last commit until I'm healthy again; if (diff) |
fix build on -current (machine/types.h no loner exists)
PR: 42541
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=67036
Diffstat (limited to 'comms')
-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 7961efa87534..511061c8c79b 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> |