mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +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 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
|
||||
|
Loading…
Reference in New Issue
Block a user