FreeBSD Bugzilla – Attachment 9 Details for
Bug 62
"ranlib" and "ar" broke for long lines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 946 bytes, created by
Peter Dufault
on 1994-12-16 18:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter Dufault
Created:
1994-12-16 18:50:00 UTC
Size:
946 bytes
patch
obsolete
>*** archive.c.orig Fri Dec 16 21:36:52 1994 >--- archive.c Fri Dec 16 21:30:56 1994 >*************** >*** 299,305 **** > error(cfp->rname); > } > >! if (cfp->flags & RPAD && size & 1 && (nr = read(from, buf, 1)) != 1) { > if (nr == 0) > badfmt(); > error(cfp->rname); >--- 299,306 ---- > error(cfp->rname); > } > >! if (cfp->flags & RPAD && (size + chdr.lname) & 1 && >! (nr = read(from, buf, 1)) != 1) { > if (nr == 0) > badfmt(); > error(cfp->rname); >*** misc.c.orig Fri May 27 08:30:49 1994 >--- misc.c Fri Dec 16 06:30:08 1994 >*************** >*** 126,135 **** > compare(dest) > char *dest; > { >! >! if (options & AR_TR) >! return (!strncmp(chdr.name, rname(dest), OLDARMAXNAME)); >! return (!strcmp(chdr.name, rname(dest))); > } > > void >--- 126,133 ---- > compare(dest) > char *dest; > { >! int maxname = (options & AR_TR) ? OLDARMAXNAME : MAXNAMLEN; >! return (!strncmp(chdr.name, rname(dest), maxname)); > } > > void
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 62
: 9