aboutsummaryrefslogtreecommitdiffstats
path: root/include/socket.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-12-18 00:50:40 +0000
committerGravatar Sadie Powell2022-12-18 00:50:40 +0000
commit55c1974da3f67f93f7147358384e8aac7e112dbc (patch)
treec1d7346337de6af12ce09c1418188f3d375db146 /include/socket.h
parentUpdate module descriptions. (diff)
Use SOCKET_ADDRESS instead of u_short.
These are typedefs but the former is more correct.
Diffstat (limited to 'include/socket.h')
-rw-r--r--include/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socket.h b/include/socket.h
index cbb741799..fa6ca779c 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -35,7 +35,7 @@
# include <sys/un.h>
#else
# include <afunix.h>
-typedef u_short sa_family_t;
+typedef SOCKET_ADDRESS sa_family_t;
#endif
#include <cerrno>