aboutsummaryrefslogtreecommitdiff
path: root/net/bounce/files
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2007-08-31 07:48:56 +0000
committerAndrej Zverev <az@FreeBSD.org>2007-08-31 07:48:56 +0000
commite83b6d896cfbf7c0343b0362209a9bea6c918ff8 (patch)
tree45ad9d55094c9ac1688365ce0fe61528a81a302c /net/bounce/files
parent800cdd2a61960b8c235d2b73d36cd8b900d2d21f (diff)
downloadports-e83b6d896cfbf7c0343b0362209a9bea6c918ff8.tar.gz
ports-e83b6d896cfbf7c0343b0362209a9bea6c918ff8.zip
Notes
Diffstat (limited to 'net/bounce/files')
-rw-r--r--net/bounce/files/patch-042
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bounce/files/patch-04 b/net/bounce/files/patch-04
index a2910794d148..395facc44edc 100644
--- a/net/bounce/files/patch-04
+++ b/net/bounce/files/patch-04
@@ -30,7 +30,7 @@
/* Process arguments */
- while( (ch = getopt(argc, argv, "p:a:b:d")) != -1 ) {
-+ while( (ch = getopt(argc, argv, "p:a:b:d:t:")) != -1 ) {
++ while( (ch = getopt(argc, argv, "p:a:b:dt:")) != -1 ) {
switch(ch) {
case 'b': b = 1;
case 'd': d = 1; break;