Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 707626
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- a/src/tosmarking.c      2020-05-21 14:56:31.095000000 +0900
0
++ b/src/tosmarking.c      2020-05-21 14:58:11.720000000 +0900
Lines 36-46 Link Here
36
/* private, local. those are not the same as the vars with the same name */
36
/* private, local. those are not the same as the vars with the same name */
37
int tosmarking_enabled;
37
int tosmarking_enabled;
38
SOCKET sock_child_out;
38
SOCKET sock_child_out;
39
int TOSFlagsDefault;
39
extern int TOSFlagsDefault;
40
int TOSFlagsDiff;
40
extern int TOSFlagsDiff;
41
const t_ut_urltable *tos_markasdiff_url;
41
extern const t_ut_urltable *tos_markasdiff_url;
42
const t_ct_cttable *tos_maskasdiff_ct;
42
extern const t_ct_cttable *tos_maskasdiff_ct;
43
ZP_DATASIZE_TYPE TOSMarkAsDiffSizeBT;
43
extern ZP_DATASIZE_TYPE TOSMarkAsDiffSizeBT;
44
int current_tos;
44
int current_tos;
45
ZP_DATASIZE_TYPE tos_bytecount;        /* counter used by TOSMarkAsDiffSizeBT */
45
ZP_DATASIZE_TYPE tos_bytecount;        /* counter used by TOSMarkAsDiffSizeBT */

Return to bug 707626