Fix build break due to vector changes

This commit is contained in:
Daniel Colascione 2013-09-24 03:48:53 -08:00
parent 9da0f50e5a
commit 10ebac9d6a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-09-24 Daniel Colascione <dancol@dancol.org>
* process.c (Fnetwork_interface_info): Fix build break due to
vector changes.
2013-09-24 Paul Eggert <eggert@cs.ucla.edu>
* dispnew.c (clear_glyph_row, copy_row_except_pointers):

View file

@ -3752,7 +3752,7 @@ FLAGS is the current flags of the interface. */)
memcpy (linkaddr, LLADDR (sdl), sdl->sdl_alen);
for (n = 0; n < 6; n++)
p->contents[n] = make_number (linkaddr[n]);
p->u.contents[n] = make_number (linkaddr[n]);
elt = Fcons (make_number (it->ifa_addr->sa_family), hwaddr);
break;