1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Set the socklen_t thing right for FreeBSD4.0

This commit is contained in:
Poul-Henning Kamp 2000-01-17 09:02:08 +00:00
parent f8fa5991ae
commit d5b88c7c7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24786

View File

@ -0,0 +1,10 @@
--- configure.old Mon Jan 17 09:53:40 2000
+++ configure Mon Jan 17 09:52:44 2000
@@ -1874,6 +1874,7 @@
case $TARGET in
# XXX fill in for busted systems
*-univel-*) CONFIG_SOCKARGLENTYPE=size_t;;
+ *-freebsd4*) CONFIG_SOCKARGLENTYPE=u_int32_t;;
*) CONFIG_SOCKARGLENTYPE=int;;
esac
}