summaryrefslogtreecommitdiff
path: root/net/ssldump/files/patch-base_pcap-snoop.c
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2008-01-29 16:03:18 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2008-01-29 16:03:18 +0000
commit383b44fe29c3727135b264991bb48788017a4632 (patch)
treebdbfcf882bc8eca5cbdfa547ca84931b84319319 /net/ssldump/files/patch-base_pcap-snoop.c
parent- Update to 1.0.5 (diff)
- Fix "Couldn't create network handler" error [1]
- Revise manual page for correctness and completeness - Reinstate the `-y' (nroff) flag - Drop gmake(1) dependency, builds with BSD make(1) - Tweak port description and Makefile markup and syntax - Pet portlint(1) Mentioned in PR: ports/119680 [1] Patches obtained from: Debian
Notes
Notes: svn path=/head/; revision=206393
Diffstat (limited to 'net/ssldump/files/patch-base_pcap-snoop.c')
-rw-r--r--net/ssldump/files/patch-base_pcap-snoop.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ssldump/files/patch-base_pcap-snoop.c b/net/ssldump/files/patch-base_pcap-snoop.c
new file mode 100644
index 000000000000..d178d61463f7
--- /dev/null
+++ b/net/ssldump/files/patch-base_pcap-snoop.c
@@ -0,0 +1,11 @@
+--- base/pcap-snoop.c.orig 2008-01-29 21:40:43.000000000 +0600
++++ base/pcap-snoop.c 2008-01-29 21:40:51.000000000 +0600
+@@ -206,7 +206,7 @@
+
+ signal(SIGINT,sig_handler);
+
+- while((c=getopt(argc,argv,"vr:f:S:Ttai:k:p:nsAxXhHVNdqem:P"))!=EOF){
++ while((c=getopt(argc,argv,"vr:f:S:yTtai:k:p:nsAxXhHVNdqem:P"))!=EOF){
+ switch(c){
+ case 'v':
+ print_version();