search for: fellin

Displaying 7 results from an estimated 7 matches for "fellin".

Did you mean: felling
2010 Apr 26
3
openbsd-compat regression tests
...tions. The size value is 1, indicating the buffer is only 1 btye in length, this is according to the Open Group specification of snprintf, and vsnprintf. Hence the test for the return value being 11 should always fail. Which it did on my system, Linux 2.6.18-164.15.1.el5 GNU/Linux X86_64. Jeff Fellin AT&T Labs
2010 Sep 23
2
rename(2) errno processing
...t passes. I suggest changing lines 192 and 264 of backup.c from if (errno == ENOENT && make_bak_dir(dst) == 0) { to if ((errno == ENOENT || errno == ENOTDIR) && make_bak_dir(dst) == 0) { to conform to the POSIX specification of rename(2) error returns. Thank you Jeff Fellin AT&T Labs 180 Park Ave Florham Park, NJ
2011 Aug 08
0
configure bug for HAVE_RES_EXTERN check
...compiler. The code in lines 3483 - 3491 should include a reference to _res, to verify the compiler doesn't ignore non-referenced variables. I suggest line 3491 should be changed from: Int main() { return 0; } To Int main() { _res.retrans=0; return 0; } Thank you for your consideration. Jeff Fellin
2011 Jun 24
1
windows compilation problem
I'm compiling rsync 3.0.9pre1 using Microsoft Visual Studio 2010 on my windows XP system. I get a compilation failure in flist.c, function send_directory: flist.c(1653) : error C2143: syntax error : missing ';' before 'type' flist.c(1654) : error C2065: 'name_len' : undeclared identifier flist.c(1654) : warning C4018: '>=' : signed/unsigned mismatch
2009 Nov 05
0
Can't compile 3.4.0 Binary on solarisx86
...normal solves the issue for me. $ uname -a SunOS xxxxxx 5.10 Generic_141414-02 sun4v sparc SUNW,SPARC-Enterprise-T5220 $ cat /etc/release Solaris 10 5/08 s10s_u5wos_10 SPARC This should be the same for x86 (I'm keeping my fingers crossed because that's the next build target). -- Aaron Fellin, eXVI CLAW/HISS basic, pgp key: 0x0138C0839 @ pgp.mit.edu Computer Action Team, support at cat.pdx.edu, (503) 725-5420, fab60-06, eb325a http://www.cat.pdx.edu/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 19...
2011 Aug 17
1
openssh-unix-dev Digest, Vol 100, Issue 3
...uot; > > > Today's Topics: > > 1. Re: openssh PTY allocation (Gert Doering) > 2. Typo in sftp.1 manpage (Laurent GAUTROT) > 3. Re: Typo in sftp.1 manpage (Darren Tucker) > 4. Re: Typo in a manpage (Darren Tucker) > 5. configure bug for HAVE_RES_EXTERN check (FELLIN, JEFFREY K (JEFF)) > 6. Re: openssh PTY allocation (Morty Abzug) > 7. Re: openssh PTY allocation (Damien Miller) > 8. Re: openssh PTY allocation (Morty Abzug) > 9. Call for testing: OpenSSH-5.9 (Damien Miller) > > > ------------------------------------------------------...
2010 Sep 11
0
igraph, graph layout and node overlaps
Dear all, I'm doing some experiments with igraph and in particular with graph layouts. I can't figure out how to apply a layout to a given (real) graph avoiding node overlaps. In the following example if the variable NumOfNodes is setted to a small value (10) the layout function generates a plot without node overlaps. But even with a not-so-big number of nodes (50) plotted graph has