|
Lines 1-5
Link Here
|
| 1 |
--- asmodem.c.orig Mon Oct 5 04:56:57 1998 |
1 |
--- asmodem.c.orig Sun Oct 4 12:56:57 1998 |
| 2 |
+++ asmodem.c Thu Sep 30 05:30:03 1999 |
2 |
+++ asmodem.c Sat Sep 7 20:40:13 2002 |
| 3 |
@@ -25,9 +25,8 @@ |
3 |
@@ -25,9 +25,8 @@ |
| 4 |
#include <sys/socket.h> |
4 |
#include <sys/socket.h> |
| 5 |
#include <net/if.h> |
5 |
#include <net/if.h> |
|
Lines 7-13
Link Here
|
| 7 |
-#include <asm/types.h> |
7 |
-#include <asm/types.h> |
| 8 |
-#include <linux/types.h> |
8 |
-#include <linux/types.h> |
| 9 |
-#include <linux/ppp_defs.h> |
9 |
-#include <linux/ppp_defs.h> |
| 10 |
+#include <machine/types.h> |
10 |
+#include <sys/types.h> |
| 11 |
+#include <net/if_ppp.h> |
11 |
+#include <net/if_ppp.h> |