mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
errno.h: fix couple of whitespace nits
Submitted by: bde (a half of the changes) MFC after: 1 week
This commit is contained in:
parent
8defd647f2
commit
97e8d4901c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220335
@ -165,7 +165,7 @@ __END_DECLS
|
|||||||
#define EILSEQ 86 /* Illegal byte sequence */
|
#define EILSEQ 86 /* Illegal byte sequence */
|
||||||
#define ENOATTR 87 /* Attribute not found */
|
#define ENOATTR 87 /* Attribute not found */
|
||||||
|
|
||||||
#define EDOOFUS 88 /* Programming error */
|
#define EDOOFUS 88 /* Programming error */
|
||||||
#endif /* _POSIX_SOURCE */
|
#endif /* _POSIX_SOURCE */
|
||||||
|
|
||||||
#define EBADMSG 89 /* Bad message */
|
#define EBADMSG 89 /* Bad message */
|
||||||
@ -175,7 +175,7 @@ __END_DECLS
|
|||||||
|
|
||||||
#ifndef _POSIX_SOURCE
|
#ifndef _POSIX_SOURCE
|
||||||
#define ENOTCAPABLE 93 /* Capabilities insufficient */
|
#define ENOTCAPABLE 93 /* Capabilities insufficient */
|
||||||
#define ECAPMODE 94 /* Not permitted in capability mode */
|
#define ECAPMODE 94 /* Not permitted in capability mode */
|
||||||
#endif /* _POSIX_SOURCE */
|
#endif /* _POSIX_SOURCE */
|
||||||
|
|
||||||
#ifndef _POSIX_SOURCE
|
#ifndef _POSIX_SOURCE
|
||||||
|
Loading…
Reference in New Issue
Block a user