Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/24/1996 16:40:02
christos
Tue Sep 24 12:36:20 EDT 1996
Update of /cvsroot/src/include/protocols
In directory netbsd1:/var/slash-tmp/cvs-serv13959

Modified Files:
	routed.h 
Log Message:
- Revert to the traditional struct sockaddr description of the rip v1 packets.
- Fix a bad bug where:
	u_int16_t       n_dst;
  should be:
	u_int32_t	n_dst;

  If this bug is in the 1.2 release it should be part of the first patch.