[uClinux-dev] [PATCH] netflash: need SUSv3 legacy macros
Thomas Chou
thomas at wytron.com.tw
Tue Nov 20 22:03:21 EST 2007
FIXME: tftp uses legacy bcopy,bzero
Signed-off-by: Thomas Chou <thomas at wytron.com.tw>
diff --git a/user/netflash/tftpmain.c b/user/netflash/tftpmain.c
index 14e6a92..ee13029 100644
--- a/user/netflash/tftpmain.c
+++ b/user/netflash/tftpmain.c
@@ -41,6 +41,7 @@ static char sccsid[] = "@(#)main.c 5.8 (Berkeley) 10/11/88";
#include <stdio.h>
#include <errno.h>
#include <setjmp.h>
+#include <string.h>
#include <ctype.h>
#include <netdb.h>
--
1.5.3.3
More information about the uClinux-dev
mailing list