[PVFS2-CVS]
commit by robl in pvfs2-1/test/kernel/linux-2.6: pvfs2-shell-test.sh
CVS commit program
cvs at parl.clemson.edu
Mon Jul 11 19:29:11 EDT 2005
Update of /projects/cvsroot/pvfs2-1/test/kernel/linux-2.6
In directory parlweb:/tmp/cvs-serv19753/kernel/linux-2.6
Modified Files:
pvfs2-shell-test.sh
Log Message:
add a header for memset
Index: pvfs2-shell-test.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/kernel/linux-2.6/pvfs2-shell-test.sh,v
diff -u -w -p -u -r1.15 -r1.16
--- pvfs2-shell-test.sh 9 Jun 2005 17:33:17 -0000 1.15
+++ pvfs2-shell-test.sh 11 Jul 2005 22:29:11 -0000 1.16
@@ -121,6 +121,7 @@ generate_mmap_read_code()
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
+#include <string.h>
int main(int argc, char **argv) {
int ret = -1, fd = -1; void *start = NULL;
struct stat statbuf; char *ptr = NULL, *end = NULL;
More information about the PVFS2-CVS
mailing list