FreeBSD Bugzilla – Attachment 13054 Details for
Bug 24977
fetch issues warning in quiet mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 565 bytes, created by
.@babolo.ru
on 2001-02-09 23:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
.@babolo.ru
Created:
2001-02-09 23:20:01 UTC
Size:
565 bytes
patch
obsolete
>--- usr.bin/fetch/fetch.c Wed Dec 27 19:42:09 2000 >+++ usr.bin/fetch/fetch.c Sat Feb 10 01:56:06 2001 >@@ -305,8 +305,6 @@ > goto success; > } > >- if (us.size == -1) >- warnx("%s: size of remote file is not known", path); > if (v_level > 1) { > if (sb.st_size != -1) > fprintf(stderr, "local size / mtime: %lld / %ld\n", >@@ -314,6 +312,8 @@ > if (us.size != -1) > fprintf(stderr, "remote size / mtime: %lld / %ld\n", > us.size, us.mtime); >+ else >+ warnx("%s: size of remote file is not known", path); > } > > /* open output file */
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 24977
: 13054