FreeBSD Bugzilla – Attachment 13756 Details for
Bug 26038
libfetch does not use IP_PORTRANGE_HIGH by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.06 KB, created by
peter
on 2001-03-23 21:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
peter
Created:
2001-03-23 21:50:01 UTC
Size:
1.06 KB
patch
obsolete
>Index: fetch.c >=================================================================== >RCS file: /home/ncvs/src/usr.bin/fetch/fetch.c,v >retrieving revision 1.26 >diff -u -r1.26 fetch.c >--- fetch.c 2001/03/07 05:33:50 1.26 >+++ fetch.c 2001/03/23 21:43:39 >@@ -55,7 +55,7 @@ > int d_flag; /* -d: direct connection */ > int F_flag; /* -F: restart without checking mtime */ > char *f_filename; /* -f: file to fetch */ >-int H_flag; /* -H: use high port */ >+int H_flag = 1; /* -H: use high port */ > char *h_hostname; /* -h: host to fetch from */ > int l_flag; /* -l: link rather than copy file: URLs */ > int m_flag; /* -[Mm]: mirror mode */ >@@ -537,7 +537,7 @@ > int c, e, r; > > while ((c = getopt(argc, argv, >- "146AaB:bc:dFf:h:lHMmnPpo:qRrS:sT:tvw:")) != EOF) >+ "146AaB:bc:dFf:h:lHMmnPpo:qRrS:sT:tUvw:")) != EOF) > switch (c) { > case '1': > once_flag = 1; >@@ -625,6 +625,9 @@ > case 't': > t_flag = 1; > warnx("warning: the -t option is deprecated"); >+ break; >+ case 'U': >+ H_flag = 0; > break; > case 'v': > v_level++;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 26038
: 13756