errno.h: fix couple of whitespace nits

Submitted by:	bde (a half of the changes)
MFC after:	1 week
This commit is contained in:
Andriy Gapon 2011-04-04 17:39:30 +00:00
parent 8defd647f2
commit 97e8d4901c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220335

View File

@ -165,7 +165,7 @@ __END_DECLS
#define EILSEQ 86 /* Illegal byte sequence */
#define ENOATTR 87 /* Attribute not found */
#define EDOOFUS 88 /* Programming error */
#define EDOOFUS 88 /* Programming error */
#endif /* _POSIX_SOURCE */
#define EBADMSG 89 /* Bad message */
@ -175,7 +175,7 @@ __END_DECLS
#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 */
#ifndef _POSIX_SOURCE