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

Collapse All | Expand All

(-)git-1.6.6.1.orig/compat/inet_ntop.c (+3 lines)
Lines 169-174 Link Here
169
}
169
}
170
#endif
170
#endif
171
171
172
/* conflicts with interix' headers... */
173
#ifndef __INTERIX
172
/* char *
174
/* char *
173
 * inet_ntop(af, src, dst, size)
175
 * inet_ntop(af, src, dst, size)
174
 *	convert a network format address to presentation format.
176
 *	convert a network format address to presentation format.
Lines 197-199 Link Here
197
	}
199
	}
198
	/* NOTREACHED */
200
	/* NOTREACHED */
199
}
201
}
202
#endif

Return to bug 329273