mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Tiny style change. Whitespace only change.
Use tab after #define ENOTSUP. Reviewed by: mike
This commit is contained in:
parent
6dd5958b99
commit
686c8fdcab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89642
@ -108,7 +108,7 @@ __END_DECLS
|
||||
#define EPROTONOSUPPORT 43 /* Protocol not supported */
|
||||
#define ESOCKTNOSUPPORT 44 /* Socket type not supported */
|
||||
#define EOPNOTSUPP 45 /* Operation not supported */
|
||||
#define ENOTSUP EOPNOTSUPP /* Operation not supported */
|
||||
#define ENOTSUP EOPNOTSUPP /* Operation not supported */
|
||||
#define EPFNOSUPPORT 46 /* Protocol family not supported */
|
||||
#define EAFNOSUPPORT 47 /* Address family not supported by protocol family */
|
||||
#define EADDRINUSE 48 /* Address already in use */
|
||||
|
Loading…
Reference in New Issue
Block a user