Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509884 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- cups-filters-1.0.53/filter/foomatic-rip/foomaticrip.c
0
++ cups-filters-1.0.53-uclibc/filter/foomatic-rip/foomaticrip.c
Lines 736-743 int main(int argc, char** argv) Link Here
736
        debug = 1;
736
        debug = 1;
737
737
738
    if (debug) {
738
    if (debug) {
739
#ifdef __UCLIBC__
740
	sprintf(tmp, "%s-log-XXXXXX", LOG_FILE);
741
	int fd = mkstemp (tmp);
742
#else
739
	sprintf(tmp, "%s-XXXXXX.log", LOG_FILE);
743
	sprintf(tmp, "%s-XXXXXX.log", LOG_FILE);
740
	int fd = mkstemps (tmp, 4);
744
	int fd = mkstemps (tmp, 4);
745
#endif
741
	if (fd != -1)
746
	if (fd != -1)
742
	    logh = fdopen(fd, "w");
747
	    logh = fdopen(fd, "w");
743
	else
748
	else

Return to bug 509884