aboutsummaryrefslogtreecommitdiff
path: root/net/mpd5
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2007-04-06 08:59:26 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2007-04-06 08:59:26 +0000
commitc1c96a9e8c5768d43fb025b4f477cdf62266fab6 (patch)
tree1f6b5087ca466e6880b1be565bbc266c222f18e5 /net/mpd5
parentbf690a2201c74f5730691396f335f7760da89bca (diff)
downloadports-c1c96a9e8c5768d43fb025b4f477cdf62266fab6.tar.gz
ports-c1c96a9e8c5768d43fb025b4f477cdf62266fab6.zip
Notes
Diffstat (limited to 'net/mpd5')
-rw-r--r--net/mpd5/files/patch-gcc4149
1 files changed, 49 insertions, 0 deletions
diff --git a/net/mpd5/files/patch-gcc41 b/net/mpd5/files/patch-gcc41
new file mode 100644
index 000000000000..4d90395c60e6
--- /dev/null
+++ b/net/mpd5/files/patch-gcc41
@@ -0,0 +1,49 @@
+--- 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