how did I miss adding this?

This commit is contained in:
turan 2000-04-27 11:41:37 +00:00
parent adc942edee
commit 2e412a0af5
2 changed files with 21 additions and 0 deletions

View 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);

View 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__