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

Collapse All | Expand All

(-)dazuko-2.1.0-pre8/dazuko_linux26.c.org (-3 / +2 lines)
Lines 1059-1069 int xp_print(const char *fmt, ...) Link Here
1059
		return -1;
1059
		return -1;
1060
1060
1061
	va_start(args, fmt);
1061
	va_start(args, fmt);
1062
	vsprintf(p, fmt, args);
1062
	strcpy(p, KERN_INFO);
1063
	vsnprintf(p+strlen (p), size-strlen (p), fmt, args);
1063
	va_end(args);
1064
	va_end(args);
1064
1065
1065
	p[size-1] = 0;
1066
1067
	printk(p);
1066
	printk(p);
1068
1067
1069
	xp_free(p);
1068
	xp_free(p);

Return to bug 11487