diff options
-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> |