Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37314 Details for
Bug 58326
bbppp-0.2.3 failed compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
multiline literal patch to compilg under gcc3
bbppp-gcc3-multiline.patch (text/plain), 2.82 KB, created by
Josh Grebe (RETIRED)
on 2004-08-12 15:33:02 UTC
(
hide
)
Description:
multiline literal patch to compilg under gcc3
Filename:
MIME Type:
Creator:
Josh Grebe (RETIRED)
Created:
2004-08-12 15:33:02 UTC
Size:
2.82 KB
patch
obsolete
>--- main.cc.orig 2001-04-28 05:32:24.000000000 -0500 >+++ main.cc 2004-08-12 17:25:13.727140704 -0500 >@@ -24,26 +24,25 @@ > > void Usage() > { >- char* usageOptions = {"Options:\n\ >- -display <display name> X server to connect to\n\ >- -c[onfig] <filename> Alternate config file\n\ >- -n[obb] Fall back on default configuration\n\ >- -v[ersion] Display version number\n\ >- -h[elp] Display this help\n\ >- -geom[etry] <geometry> Set geometry of window\n\ >- -d[ecorated] Show 'normal' decorated window\n\ >- -w[ithdrawn] Place bbtool in the Slit\n\ >- -s[hape] Don't display groundplate\n\ >- -thru[put] Display throughput rate\n\ >- -o[rient] <v|h> Display window widgets horizontally or vertically\n\ >- -com[pact] Display buttons in compact style\n\ >- -notime Dont display time window\n\ >- -nosecs Show uptime in old-style hh:mm format\n\ >- "}; >+ char* usageOptions = {"Options:\n" >+ "-display <display name> X server to connect to\n" >+ "-c[onfig] <filename> Alternate config file\n" >+ "-n[obb] Fall back on default configuration\n" >+ "-v[ersion] Display version number\n" >+ "-h[elp] Display this help\n" >+ "-geom[etry] <geometry> Set geometry of window\n" >+ "-d[ecorated] Show 'normal' decorated window\n" >+ "-w[ithdrawn] Place bbtool in the Slit\n" >+ "-s[hape] Don't display groundplate\n" >+ "-thru[put] Display throughput rate\n" >+ "-o[rient] <v|h> Display window widgets horizontally or vertically\n" >+ "-com[pact] Display buttons in compact style\n" >+ "-notime Dont display time window\n" >+ "-nosecs Show uptime in old-style hh:mm format\n" >+ }; > > fprintf(stdout,"\n%s version %s \n",BBTOOL,BBTOOL_VERSION); >- fprintf(stdout,"Usage: >- %s [options]\n",BBTOOL); >+ fprintf(stdout,"Usage:\n%s [options]\n",BBTOOL); > fprintf(stdout, "%s", usageOptions); > /* > fprintf(stdout,"-t[ype] <0|1|2|3> 0:
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 58326
: 37314 |
37792