cthon: added patches for connectathon
patches apply on top of http://www.connectathon.org/nfstests.zip Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
0ad4db4fad
commit
55ff9d855d
11 changed files with 1182 additions and 0 deletions
29
tests/0003-cthon-fixing-locks-compilation-problem.patch
Normal file
29
tests/0003-cthon-fixing-locks-compilation-problem.patch
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
From 97bc9d6416c65d7f41c43847f99ace92ac78254c Mon Sep 17 00:00:00 2001
|
||||
From: Casey Bodley <cbodley@citi.umich.edu>
|
||||
Date: Mon, 11 Oct 2010 15:23:53 -0400
|
||||
Subject: [PATCH 03/11] cthon: fixing locks compilation problem
|
||||
|
||||
---
|
||||
lock/tlock.c | 2 ++
|
||||
1 files changed, 2 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/lock/tlock.c b/lock/tlock.c
|
||||
index 8a7d0cc..fe8c760 100644
|
||||
--- a/lock/tlock.c
|
||||
+++ b/lock/tlock.c
|
||||
@@ -75,10 +75,12 @@
|
||||
#include <inttypes.h>
|
||||
|
||||
#if defined(LARGE_LOCKS) && !defined(_LFS64_LARGEFILE) && !defined(MACOSX)
|
||||
+/*
|
||||
This machine cannot compile the 64 bit version of this test using the
|
||||
LARGE_LOCKS symbol.
|
||||
If your machine uses native 64-bit offsets, you should not define
|
||||
LARGE_LOCKS.
|
||||
+*/
|
||||
#endif
|
||||
|
||||
#ifndef HZ
|
||||
--
|
||||
1.6.4.msysgit.0
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue