netdev: Change netdev_get_etheraddr() to return an error code.
authorBen Pfaff <blp@nicira.com>
Tue, 28 Jul 2009 20:31:49 +0000 (13:31 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 23:07:13 +0000 (16:07 -0700)
commit80992a35775490f05da0740f285a5a9c7acb632a
tree1883bcdfb2d38c29abe429091e96345ec33d874c
parentfd30311c8701d297f31f6dd92c628d1d9112911e
netdev: Change netdev_get_etheraddr() to return an error code.

To make the netdev code more portable, it needs to support returning error
codes from functions that don't have them.  This commit changes
netdev_get_etheraddr() to return an error code and updates all of its
callers.

(Currently netdev_get_etheraddr() won't ever return an error, but other
future implementations might.)
lib/dhcp-client.c
lib/netdev.c
lib/netdev.h
ofproto/ofproto.c