how did I miss adding this?
This commit is contained in:
parent
adc942edee
commit
2e412a0af5
11
net/mrtd/patches/patch-include-mrt.h
Normal file
11
net/mrtd/patches/patch-include-mrt.h
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- include/mrt.h.orig Fri Apr 30 17:46:54 1999
|
||||||
|
+++ include/mrt.h Fri Apr 14 12:24:43 2000
|
||||||
|
@@ -506,7 +506,7 @@
|
||||||
|
#endif /* HAVE_INET_NTOP */
|
||||||
|
#ifndef HAVE_MEMMOVE
|
||||||
|
/*char *memmove (void *dest, const void *src, size_t n);*/
|
||||||
|
-char *memmove (char *dest, const char *src, size_t n);
|
||||||
|
+void *memmove (void *dest, const void *src, size_t n);
|
||||||
|
#endif /* HAVE_MEMMOVE */
|
||||||
|
|
||||||
|
int atox (char *str);
|
10
net/mrtd/patches/patch-lib-mrt-prefix.c
Normal file
10
net/mrtd/patches/patch-lib-mrt-prefix.c
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- lib/mrt/prefix.c.orig Wed Apr 28 00:23:08 1999
|
||||||
|
+++ lib/mrt/prefix.c Fri Apr 14 12:51:08 2000
|
||||||
|
@@ -22,6 +22,7 @@
|
||||||
|
#ifdef HAVE_IPV6
|
||||||
|
#include <api6.h>
|
||||||
|
#endif /* HAVE_IPV6 */
|
||||||
|
+#include "../../include/config.h"
|
||||||
|
|
||||||
|
#ifndef linux
|
||||||
|
#ifdef __osf__
|
Loading…
Reference in New Issue
Block a user