aboutsummaryrefslogtreecommitdiff
path: root/net/mpd5/files/patch-gcc41
diff options
context:
space:
mode:
Diffstat (limited to 'net/mpd5/files/patch-gcc41')
-rw-r--r--net/mpd5/files/patch-gcc4149
1 files changed, 0 insertions, 49 deletions
diff --git a/net/mpd5/files/patch-gcc41 b/net/mpd5/files/patch-gcc41
deleted file mode 100644
index 4d90395c60e6..000000000000
--- a/net/mpd5/files/patch-gcc41
+++ /dev/null
@@ -1,49 +0,0 @@
---- src/command.h.orig Sun Feb 11 23:22:25 2007
-+++ src/command.h Fri Apr 6 09:17:50 2007
-@@ -10,6 +10,8 @@
- #ifndef _COMMAND_H_
- #define _COMMAND_H_
-
-+#include "vars.h"
-+
- /*
- * DEFINITIONS
- */
-@@ -26,8 +28,6 @@
- struct optinfo options;
- };
-
-- extern const struct cmdtab gCommands[];
--
- struct cmdtab;
- typedef const struct cmdtab *CmdTab;
- struct cmdtab
-@@ -38,6 +38,8 @@
- int (*admit)(CmdTab cmd);
- void *arg;
- };
-+
-+ extern const struct cmdtab gCommands[];
-
- /*
- * FUNCTIONS
---- src/ipcp.h.orig Sun Feb 11 23:22:25 2007
-+++ src/ipcp.h Fri Apr 6 09:10:32 2007
-@@ -17,6 +17,7 @@
- #include <sys/types.h>
- #include <netinet/in_systm.h>
- #include <netinet/ip.h>
-+#include "command.h"
- #include "phys.h"
- #include "fsm.h"
- #include "timer.h"
---- src/ipv6cp.h.orig Sun Feb 11 23:22:25 2007
-+++ src/ipv6cp.h Fri Apr 6 09:10:51 2007
-@@ -11,6 +11,7 @@
- #include <sys/types.h>
- #include <netinet/in_systm.h>
- #include <netinet/ip.h>
-+#include "command.h"
-
- /*
- * DEFINITONS