Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   roy
Date:           Tue Oct 13 12:33:07 UTC 2015

Modified Files:
        src/sys/net: if_arcsubr.c if_ethersubr.c if_fddisubr.c
            if_ieee1394subr.c
        src/sys/netinet: if_arp.c

Log Message:
arpresolve() now returns 0 on success otherwise an error code.
Callers of arpresolve() now pass the error code back to their caller,
masking out EWOULDBLOCK.

This allows applications such as ping(8) to display a suitable error
condition.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/net/if_arcsubr.c
cvs rdiff -u -r1.213 -r1.214 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.94 -r1.95 src/sys/net/if_fddisubr.c
cvs rdiff -u -r1.50 -r1.51 src/sys/net/if_ieee1394subr.c
cvs rdiff -u -r1.186 -r1.187 src/sys/netinet/if_arp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index