From d5b88c7c7ada3545b6e3338f783dce68775d7e12 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 17 Jan 2000 09:02:08 +0000 Subject: Set the socklen_t thing right for FreeBSD4.0 --- comms/hylafax/files/patch-af | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 comms/hylafax/files/patch-af (limited to 'comms/hylafax') diff --git a/comms/hylafax/files/patch-af b/comms/hylafax/files/patch-af new file mode 100644 index 000000000000..078980afbb1a --- /dev/null +++ b/comms/hylafax/files/patch-af @@ -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 + } -- cgit v1.2.3