FreeBSD Bugzilla – Attachment 15621 Details for
Bug 28890
[patch] merge.c compares int i against size_t size
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 602 bytes, created by
matthias.andree
on 2001-07-11 10:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
matthias.andree
Created:
2001-07-11 10:50:00 UTC
Size:
602 bytes
patch
obsolete
>*** merge.c.old Wed Jul 11 11:47:20 2001 >--- merge.c Wed Jul 11 11:47:43 2001 >*************** >*** 101,107 **** > register size_t size; > int (*cmp) __P((const void *, const void *)); > { >! register int i, sense; > int big, iflag; > register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; > u_char *list2, *list1, *p2, *p, *last, **p1; >--- 101,108 ---- > register size_t size; > int (*cmp) __P((const void *, const void *)); > { >! register size_t i; >! register int sense; > int big, iflag; > register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; > u_char *list2, *list1, *p2, *p, *last, **p1;
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 28890
: 15621