aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index c3c6bdfed8..97661c8cab 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -59,11 +59,11 @@ A UNIX domain socket address is represented in the following structure:
.in +4n
.nf
-#define UNIX_PATH_MAX 108
-
+.\" #define UNIX_PATH_MAX 108
+.\"
struct sockaddr_un {
sa_family_t sun_family; /* AF_UNIX */
- char sun_path[UNIX_PATH_MAX]; /* pathname */
+ char sun_path[108]; /* pathname */
};
.fi
.in