summaryrefslogtreecommitdiff
path: root/net/queso/files/patch-02
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-10-24 23:31:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-10-24 23:31:27 +0000
commit0d9972514bca048aeb0c88a899d352ca50351f53 (patch)
treead0c632ae508e45b880e3fb56e652d219c585885 /net/queso/files/patch-02
parentUpgrade to 1.20, remove BROKEN_ELF tag. (diff)
QueSO determines a remote OS by sending simple TCP packets and analysing
the result.
Diffstat (limited to '')
-rw-r--r--net/queso/files/patch-0219
1 files changed, 19 insertions, 0 deletions
diff --git a/net/queso/files/patch-02 b/net/queso/files/patch-02
new file mode 100644
index 000000000000..703293921f9d
--- /dev/null
+++ b/net/queso/files/patch-02
@@ -0,0 +1,19 @@
+--- configure.orig Tue Sep 22 13:42:29 1998
++++ configure Sat Oct 24 11:56:57 1998
+@@ -1110,6 +1110,16 @@
+ ;;
+ esac
+ ;;
++FreeBSD)
++ PCAP=1
++ case "`uname -m`" in
++ i386)
++ unset NEEDS_HTONS_IP_LEN
++ ;;
++ alpha)
++ ;;
++ esac
++ ;;
+ *)
+ PCAP=1
+ ;;