Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/14/2007 22:58:27
Module Name: src
Committed By: dyoung
Date: Wed Nov 14 22:58:27 UTC 2007
Modified Files:
src/sys/netinet6: udp6_usrreq.c
Log Message:
KNF. Remove superfluous parentheses. In the switch-statement,
consolidate all of the 'error = EOPNOTSUPP;' cases. No functional
change intended.
To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 src/sys/netinet6/udp6_usrreq.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.