mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
fix build on -current (machine/types.h no loner exists)
PR: 42541 Submitted by: maintainer
This commit is contained in:
parent
15b8b0e2f7
commit
c90b5c9a95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67036
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- asmodem.c.orig Mon Oct 5 04:56:57 1998
|
--- asmodem.c.orig Sun Oct 4 12:56:57 1998
|
||||||
+++ asmodem.c Thu Sep 30 05:30:03 1999
|
+++ asmodem.c Sat Sep 7 20:40:13 2002
|
||||||
@@ -25,9 +25,8 @@
|
@@ -25,9 +25,8 @@
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <net/if.h>
|
#include <net/if.h>
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
-#include <asm/types.h>
|
-#include <asm/types.h>
|
||||||
-#include <linux/types.h>
|
-#include <linux/types.h>
|
||||||
-#include <linux/ppp_defs.h>
|
-#include <linux/ppp_defs.h>
|
||||||
+#include <machine/types.h>
|
+#include <sys/types.h>
|
||||||
+#include <net/if_ppp.h>
|
+#include <net/if_ppp.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue