/usr/src/lib/libc/net/res_debug.c: compile problem fixed

Brian Candler B.Candler at pobox.com
Tue Jan 3 07:33:16 PST 2006


On Mon, Jan 02, 2006 at 12:39:26PM +1030, Aluminium Oxide wrote:
> Below is the output of `diff res_debug.org.c res_debug.c`
> 
> I've also attached this.
> =====================================================
> 574,575c574,575
> < precsize_aton(strptr)
> <       char **strptr;
> ---
> > precsize_aton(char **strptr)
> > /*	char **strptr; */
> 616,618c616,618
> < latlon2ul(latlonstrptr,which)
> <       char **latlonstrptr; 
> <       int *which; 

Suggestion: use unified diff (diff -u res_debug.org.c res_debug.c). It's
*much* easier to read.

Regards,

Brian.


More information about the freebsd-net mailing list