Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2011 04:27:50 -0600
From:      Warner Losh <imp@bsdimp.com>
To:        Andriy Gapon <avg@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit r220401- in head: lib/libc/gen sys/kern sys/sys
Message-ID:  <789C49A1-A444-4594-9BD7-AC5E70752BB7@bsdimp.com>
In-Reply-To: <4D95A697.3050009@FreeBSD.org>
References:  <4D95A697.3050009@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Great commit.  Just one nit.  See below...


On Apr 1, 2011, at 4:19 AM, Andriy Gapon wrote:
> --- sys/sys/errno.h	(revision 220181)
> +++ sys/sys/errno.h	(working copy)
> @@ -175,13 +175,17 @@ __END_DECLS
>=20
> #ifndef _POSIX_SOURCE
> #define	ENOTCAPABLE	93		/* Capabilities =
insufficient */
> -#define	ECAPMODE		94		/* Not permitted =
in capability mode */
> +#define	ECAPMODE	94		/* Not permitted in =
capability mode */
> #endif /* _POSIX_SOURCE */

You really shouldn't mix functional changes with white-space changes =
like this.

Warner




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?789C49A1-A444-4594-9BD7-AC5E70752BB7>