On 13.10.2006 [13:32:52 -0500], Adam Litke wrote:
> On Thu, 2006-10-12 at 12:46 -0700, Nishanth Aravamudan wrote:
> 
> > diff --git a/tests/linkshare.c b/tests/linkshare.c
> > index 227af08..f3fd50e 100644
> > --- a/tests/linkshare.c
> > +++ b/tests/linkshare.c
> > @@ -169,6 +169,9 @@ int main(int argc, char *argv[], char *e
> >             num_sharings = atoi(argv[1]);
> >             if (num_sharings > 99999)
> >                     FAIL("Too many sharings requested (max = 99999)");
> > +           if (num_sharings <= 0)
> > +                   FAIL("Number of sharings requested must be greater "
> > +                                                   "than or equal to 0");
> 
> 
> Hmm looking at those FAIL()s above, shouldn't they be CONFIG() errors
> instead?

Hrm, yes, actually. I guess I didn't even know CONFIG existed as an
option. You want to change that on your end?

Thanks,
Nish

-- 
Nishanth Aravamudan <[EMAIL PROTECTED]>
IBM Linux Technology Center

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Libhugetlbfs-devel mailing list
Libhugetlbfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to