Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 09/01/2007 17:57:03
Module Name: src
Committed By: dyoung
Date: Sat Sep 1 17:57:03 UTC 2007
Modified Files:
src/sys/dev/scsipi: if_se.c
Log Message:
Create a temporary, non-const copy of a sockaddr. Pass that to
se_set_multi() or se_remove_multi(), because neither is easily
constified. Thanks jmmv@ for reporting the issue.
To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 src/sys/dev/scsipi/if_se.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.