aboutsummaryrefslogtreecommitdiff
path: root/comms/asmodem
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-22 17:36:08 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-22 17:36:08 +0000
commitc90b5c9a95d45bb35f8c2e44711a6c7b38d62311 (patch)
tree6a2b5c1c8308490ed7aa43b7de78828963865e75 /comms/asmodem
parent15b8b0e2f71a4a483e00e44e9ece694a00b4ea42 (diff)
downloadports-c90b5c9a95d45bb35f8c2e44711a6c7b38d62311.tar.gz
ports-c90b5c9a95d45bb35f8c2e44711a6c7b38d62311.zip
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/asmodem')
-rw-r--r--comms/asmodem/files/patch-aa6
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>