This commit was generated by cvs2svn to compensate for changes in r174223,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
2092ecacb2
@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] = "$Id: ns_parse.c,v 1.5.18.3 2005/10/11 00:25:10 marka Exp $";
|
||||
static const char rcsid[] = "$Id: ns_parse.c,v 1.5.18.4 2007/08/27 03:34:24 marka Exp $";
|
||||
#endif
|
||||
|
||||
/* Import. */
|
||||
@ -40,7 +40,7 @@ static void setsection(ns_msg *msg, ns_sect sect);
|
||||
|
||||
/* Macros. */
|
||||
|
||||
#ifndef SOLARIS2
|
||||
#if !defined(SOLARIS2) || defined(__COVERITY__)
|
||||
#define RETERR(err) do { errno = (err); return (-1); } while (0)
|
||||
#else
|
||||
#define RETERR(err) \
|
||||
|
Loading…
Reference in New Issue
Block a user