summaryrefslogtreecommitdiffstats
path: root/sys/sys/errno.h
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2002-01-22 10:44:40 +0000
committerkeramida <keramida@FreeBSD.org>2002-01-22 10:44:40 +0000
commitc25aa481d19d8d3e821b8dc5bf40f976993793e8 (patch)
treecf42d828e13512926cca8d774ea6878e9a16832e /sys/sys/errno.h
parent6a27e3b05c689319a14e6dc858a3ca854f072fb2 (diff)
downloadFreeBSD-src-c25aa481d19d8d3e821b8dc5bf40f976993793e8.zip
FreeBSD-src-c25aa481d19d8d3e821b8dc5bf40f976993793e8.tar.gz
Tiny style change. Whitespace only change.
Use tab after #define ENOTSUP. Reviewed by: mike
Diffstat (limited to 'sys/sys/errno.h')
-rw-r--r--sys/sys/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/errno.h b/sys/sys/errno.h
index aacaa3d..b09c56f 100644
--- a/sys/sys/errno.h
+++ b/sys/sys/errno.h
@@ -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 */
OpenPOWER on IntegriCloud