FreeBSD Bugzilla – Attachment 210686 Details for
Bug 242828
diff: -rq still does full file comparison
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for the diff(1) -q
diffreg.c.patch (text/plain), 353 bytes, created by
fehmi noyan isi
on 2020-01-13 10:25:35 UTC
(
hide
)
Description:
patch for the diff(1) -q
Filename:
MIME Type:
Creator:
fehmi noyan isi
Created:
2020-01-13 10:25:35 UTC
Size:
353 bytes
patch
obsolete
>--- diffreg.c.orig 2020-01-14 03:16:23.048362000 +1300 >+++ diffreg.c 2020-01-14 05:49:28.212503000 +1300 >@@ -342,6 +342,12 @@ > case 0: > goto closem; > case 1: >+ /* if brief output is needed, just return to the caller */ >+ if (diff_format == D_BRIEF) { >+ status |= 1; >+ rval = D_DIFFER; >+ goto closem; >+ } > break; > default: > /* error */
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 242828
: 210686