From: Andy P. <at...@us...> - 2002-04-10 18:36:41
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/alpha/boot/tools In directory usw-pr-cvs1:/tmp/cvs-serv19209/alpha/boot/tools Modified Files: objstrip.c Log Message: synch 2.4.15 commit 31 Index: objstrip.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/alpha/boot/tools/objstrip.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- objstrip.c 14 Jan 2001 19:22:29 -0000 1.1.1.1 +++ objstrip.c 10 Apr 2002 13:07:22 -0000 1.2 @@ -14,6 +14,8 @@ * Richard L. Sites and Richard T. Witek. */ #include <stdio.h> +#include <string.h> +#include <stdlib.h> #include <unistd.h> #include <sys/fcntl.h> |