Do not partially initialize a structure at declaration in a function.
authorbriggs <briggs@openbsd.org>
Sat, 18 Jan 1997 17:31:02 +0000 (17:31 +0000)
committerbriggs <briggs@openbsd.org>
Sat, 18 Jan 1997 17:31:02 +0000 (17:31 +0000)
commita7fe9c10ad2328762557619e9dbc011174bd13a4
tree8219c425de10ab97f8c4691033ea3bbfec7de91e
parent3c3fc2ce5778a2df8643a328771b4bb172ab73c8
Do not partially initialize a structure at declaration in a function.
This causes gcc to generate a memset() on the m68k.  Instead, bzero
and initialize the structure later in the function.
sys/netns/idp_usrreq.c