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:
Hajimu UMEMOTO 2007-12-03 15:07:58 +00:00
commit 2092ecacb2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174224

View file

@ -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) \