mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Fix socklen_t for FreeBSD 3.
PR: ports/17491
This commit is contained in:
parent
da36feaffe
commit
b144d742c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26836
@ -32,7 +32,7 @@
|
||||
+ * Data types.
|
||||
+ */
|
||||
+typedef u_char sa_family_t;
|
||||
+typedef u_int32_t socklen_t;
|
||||
+typedef int socklen_t;
|
||||
+
|
||||
+/*
|
||||
+ * bsd-api-new-02a: protocol-independent placeholder for socket addresses
|
||||
|
Loading…
Reference in New Issue
Block a user