Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 01/31/2000 02:39:28
Module Name: syssrc
Committed By: itojun
Date: Mon Jan 31 10:39:27 UTC 2000
Modified Files:
syssrc/sys/netinet: udp_usrreq.c
syssrc/sys/netinet6: udp6_usrreq.c
Log Message:
destination port == 0 is illegal based on RFC768.
(NetBSD PR: 9137 - I thought I committed this already but I wasn't)
To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 syssrc/sys/netinet/udp_usrreq.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/netinet6/udp6_usrreq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.