Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/18/2004 21:47:45
Module Name: src
Committed By: christos
Date: Tue May 18 21:47:45 UTC 2004
Modified Files:
src/sys/netinet: ip_fil_netbsd.c
Log Message:
- remove superfluous assignment
- rt_gateway is already a pointer to struct sockaddr; don't take its address
when assigning it to struct sockaddr_in *
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/netinet/ip_fil_netbsd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.