Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/tests/lib/libc/net
On Oct 23, 10:10pm, jruohonen%iki.fi@localhost (Jukka Ruohonen) wrote:
-- Subject: Re: CVS commit: src/tests/lib/libc/net
| On Wed, Oct 23, 2013 at 11:11:49AM -0700, Paul Goyette wrote:
| > Fail: stdout does not match expected value
| > --- /tmp/inline.19256b 2013-10-23 14:25:50.000000000 +0000
| > +++ /tmp/check.19256a/stdout 2013-10-23 14:25:50.000000000 +0000
| > @@ -1 +1 @@
| > -name=sixthavenue.astron.com, length=4, addrtype=2, aliases=[]
| > addr_list=[38.117.134.6]
| > +error 4
|
| So what is this "error 4"?
/usr/include/nsswitch.h:#define NS_CONTINUE 0
/usr/include/nsswitch.h:#define NS_RETURN 1
/usr/include/nsswitch.h:#define NS_SUCCESS (1<<0) /* entry was
found */
/usr/include/nsswitch.h:#define NS_UNAVAIL (1<<1) /* source not
responding, or corrupt */
/usr/include/nsswitch.h:#define NS_NOTFOUND (1<<2) /* source
responded 'no such entry' */
/usr/include/nsswitch.h:#define NS_TRYAGAIN (1<<3) /* source busy,
may respond to retrys */
NS_NOTFOUND...
christos
Home |
Main Index |
Thread Index |
Old Index