search for: 27d26

Displaying 3 results from an estimated 3 matches for "27d26".

Did you mean: 2726
1998 Dec 23
0
hist(1) results in a segmentation fault (at least on my machine) (PR#86)
...breaks)) > 1 > if(use.br) > breaks <- sort(breaks) 20,22c20,22 < rx <- range(x) < pretty (rx + c(0, diff(rx)/1000), < n = if(missing(breaks)) 1 + log2(n) --- > dx <- diff(rx <- range(x)) > nnb <- > if(missing(breaks)) 1 + log2(n) 27d26 < }) 28a28 > breaks <- pretty (rx + c(-1,1)/1000 * dx, n = nnb) 29a30,35 > if(nB == 1) {## search anew for breaks; dx is (always ?) 0. > breaks <- > if(abs(breaks) > 1e-20) sort(breaks * c(.8, 1.2)) else c(-.2,.2) > nB <- length(breaks) > } &gt...
2003 Dec 01
0
No subject
...know how this fits into the summit paper you are looking into, but > we might work around this with something like the following (appropriately > ifdef'ed for HPUX, of course)which enabled me to pass smbtorture lock3 test > on an nfsV2 share: > > # diff posix.c posix.c.orig > 27d26 > < #include <mntent.h> > 67,76d65 > < int is_nfsv2(fd){ > < struct stat buf; > < char filetype[FSTYPSZ]; > < fstat(fd, &buf); > < sysfs(GETFSTYP, buf.st_fstype, filetype); > < DEBUG(0,("fstyp i...
2003 Dec 01
0
No subject
...ock count size... I don't know how this fits into the summit paper you are looking into, but we might work around this with something like the following (appropriately ifdef'ed for HPUX, of course)which enabled me to pass smbtorture lock3 test on an nfsV2 share: # diff posix.c posix.c.orig 27d26 < #include <mntent.h> 67,76d65 < int is_nfsv2(fd){ < struct stat buf; < char filetype[FSTYPSZ]; < fstat(fd, &buf); < sysfs(GETFSTYP, buf.st_fstype, filetype); < DEBUG(0,("fstyp is %s\n",filetype)); < i...