Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46228 Details for
Bug 68520
app-arch/cpio 2.5 does not handle files bigger than 2GB
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cpio-2.5.90-gentoo.diff
cpio-2.5.90-gentoo.diff (text/plain), 831 bytes, created by
Marcelo Goes (RETIRED)
on 2004-12-17 10:53:10 UTC
(
hide
)
Description:
cpio-2.5.90-gentoo.diff
Filename:
MIME Type:
Creator:
Marcelo Goes (RETIRED)
Created:
2004-12-17 10:53:10 UTC
Size:
831 bytes
patch
obsolete
>diff -Naur cpio-2.5.90.orig/lib/argp.h cpio-2.5.90/lib/argp.h >--- cpio-2.5.90.orig/lib/argp.h 2003-11-29 11:37:46.000000000 -0200 >+++ cpio-2.5.90/lib/argp.h 2004-12-17 16:28:19.257701128 -0200 >@@ -557,13 +557,13 @@ > # endif > > ARGP_EI void >-__argp_usage (__const struct argp_state *__state) __THROW >+__argp_usage (__const struct argp_state *__state) > { > __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE); > } > > ARGP_EI int >-__option_is_short (__const struct argp_option *__opt) __THROW >+__option_is_short (__const struct argp_option *__opt) > { > if (__opt->flags & OPTION_DOC) > return 0; >@@ -575,7 +575,7 @@ > } > > ARGP_EI int >-__option_is_end (__const struct argp_option *__opt) __THROW >+__option_is_end (__const struct argp_option *__opt) > { > return !__opt->key && !__opt->name && !__opt->doc && !__opt->group; > }
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 68520
:
46227
| 46228