diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-01-17 09:02:08 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-01-17 09:02:08 +0000 |
commit | d5b88c7c7ada3545b6e3338f783dce68775d7e12 (patch) | |
tree | 16ea5e9810471ae3800550d19135418871114139 /comms/hylafax | |
parent | Upgrade to 5.6 release. (diff) |
Set the socklen_t thing right for FreeBSD4.0
Notes
Notes:
svn path=/head/; revision=24786
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/files/patch-af | 10 |
1 files changed, 10 insertions, 0 deletions
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 + } |