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

Collapse All | Expand All

(-)rstat_main.c.orig (-1 / +1 lines)
Lines 83-90 Link Here
83
int main(int argc, char **argv)
83
int main(int argc, char **argv)
84
{
84
{
85
	SVCXPRT *transp;
85
	SVCXPRT *transp;
86
        int fromlen, sock = 0, proto = 0;
87
	struct sockaddr_in from;
86
	struct sockaddr_in from;
87
        int fromlen = sizeof from, sock = 0, proto = 0;
88
	int count = 1;
88
	int count = 1;
89
89
90
	if (argc > 1) {
90
	if (argc > 1) {

Return to bug 115806