ports/net/ssldump/files/patch-base_pcap-snoop.c
Alexey Dokuchaev 383b44fe29 - 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
2008-01-29 16:03:18 +00:00

11 lines
396 B
C

--- 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();