CVSROOT:        /cvs
Module name:    src
Changes by:     ren...@cvs.openbsd.org  2016/02/21 11:56:49

Modified files:
        usr.sbin/eigrpd: eigrpd.c eigrpe.c interface.c kroute.c log.c 
                         neighbor.c packet.c parse.y rde.c rde_dual.c 
                         rtp.c tlv.c 

Log message:
Copy structs by assignment instead of memcpy.

Copying by straight assignment is shorter, easier to read and has a
higher level of abstraction. We'll only avoid it when copying from an
unaligned source (e.g., network buffers).

Reply via email to