Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 329114 Details for
Bug 440886
net-print/cups-bjnp-1.1 - In file included from bjnp-io.c:22:0: bjnp-protocol.h:100:5: error: redefinition of typedef 'bjnp_command_t'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for cups-bjnp-1.1
bjnp-protocol.patch (text/plain), 1.52 KB, created by
Account removed
on 2012-11-10 14:30:51 UTC
(
hide
)
Description:
Patch for cups-bjnp-1.1
Filename:
MIME Type:
Creator:
Account removed
Created:
2012-11-10 14:30:51 UTC
Size:
1.52 KB
patch
obsolete
>diff -cr cups-bjnp-1.1/bjnp-protocol.h /var/tmp/portage/net-print/cups-bjnp-1.1/work/cups-bjnp-1.1/bjnp-protocol.h >*** cups-bjnp-1.1/bjnp-protocol.h 2012-09-26 00:06:57.000000000 +0200 >--- /var/tmp/portage/net-print/cups-bjnp-1.1/work/cups-bjnp-1.1/bjnp-protocol.h 2012-11-10 15:18:34.655199111 +0100 >*************** >*** 64,70 **** > > /* command definition */ > >! typedef union __attribute__ ((__packed__)) bjnp_command_u > { > struct bjnp_header header; > struct __attribute__ ((__packed__)) >--- 64,70 ---- > > /* command definition */ > >! union __attribute__ ((__packed__)) bjnp_command_u > { > struct bjnp_header header; > struct __attribute__ ((__packed__)) >*************** >*** 97,105 **** > { > struct bjnp_header header; > } udp_get_id; >! } bjnp_command_t; > >! typedef union __attribute__ ((__packed__)) bjnp_response_u > { > struct bjnp_header header; > struct __attribute__ ((__packed__)) >--- 97,105 ---- > { > struct bjnp_header header; > } udp_get_id; >! }; > >! union __attribute__ ((__packed__)) bjnp_response_u > { > struct bjnp_header header; > struct __attribute__ ((__packed__)) >*************** >*** 154,160 **** > char id[2048]; /* identity */ > } udp_identity_response; > char fillers[4096]; >! } bjnp_response_t; > > #define BST_PRINTING 0x80 > #define BST_BUSY 0x20 >--- 154,160 ---- > char id[2048]; /* identity */ > } udp_identity_response; > char fillers[4096]; >! }; > > #define BST_PRINTING 0x80 > #define BST_BUSY 0x20
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 440886
:
328022
| 329114 |
334034